From 53ebea8e40ed58dae86f11ef17da737143f550ab Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 6 Apr 2002 04:03:06 +0000 Subject: Bug 126456 - fix our error handling. Change the name of the functions to something more sane; a few enhancements. Patch by gerv, 2xr=myk. --- template/default/global/code-error.html.tmpl | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'template') diff --git a/template/default/global/code-error.html.tmpl b/template/default/global/code-error.html.tmpl index 47987729a..9f1fe2964 100644 --- a/template/default/global/code-error.html.tmpl +++ b/template/default/global/code-error.html.tmpl @@ -23,13 +23,17 @@ [% INCLUDE global/header %] [% END %] -

- - Bugzilla has suffered an internal error. Please save this page and send - it, and its URL, to [% Param("maintainer") %], with details of what you - were doing at the time this message appeared. - -

+ +

+ Bugzilla has suffered an internal error. Please save this page and send + it to [% Param("maintainer") %] with details of what you were doing at + the time this message appeared. +

+ +
@@ -41,11 +45,13 @@
-
+[% IF variables %]
+  
 Variables:
   [% FOREACH key = variables.keys %]
     [%+ key %]: [%+ variables.$key %]
   [% END %]
-
+
+[% END %] [% INCLUDE global/footer %] -- cgit v1.2.3-24-g4f1b