summaryrefslogtreecommitdiff
path: root/httemplate/elements/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/error.html')
-rw-r--r--httemplate/elements/error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/error.html b/httemplate/elements/error.html
index e8ba930..f467de2 100644
--- a/httemplate/elements/error.html
+++ b/httemplate/elements/error.html
@@ -1,4 +1,4 @@
% if ( $cgi->param('error') ) {
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
+ <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') |h %></FONT>
<BR><BR>
% }