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.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/httemplate/elements/error.html b/httemplate/elements/error.html
deleted file mode 100644
index f467de2a3..000000000
--- a/httemplate/elements/error.html
+++ /dev/null
@@ -1,4 +0,0 @@
-% if ( $cgi->param('error') ) {
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') |h %></FONT>
- <BR><BR>
-% }