CharmBoard/templates/items/_err_msg.html.ep

6 lines
124 B
Plaintext
Raw Permalink Normal View History

% if ($error) {
<p style="color: red"><%= $error %></p>
%};
% if ($message) {
<p style="color: blue"><%= $message %></p>
%};