[Rt-commit] r2994 - in rt/branches/3.4-RELEASE: . html/Elements

kevinr at bestpractical.com kevinr at bestpractical.com
Tue May 31 16:11:31 EDT 2005


Author: kevinr
Date: Tue May 31 16:11:31 2005
New Revision: 2994

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/html/Elements/Error
Log:
 r3004 at sad-girl-in-snow:  kevinr | 2005-05-31 15:52:19 -0400
 RT-Ticket: 6684
 RT-Status: resolve
 RT-Action: correspond
 
 html/Elements/Error should not continue, and has been changed to add the
 standard footer element on %cleanup.


Modified: rt/branches/3.4-RELEASE/html/Elements/Error
==============================================================================
--- rt/branches/3.4-RELEASE/html/Elements/Error	(original)
+++ rt/branches/3.4-RELEASE/html/Elements/Error	Tue May 31 16:11:31 2005
@@ -53,9 +53,11 @@
 <%$Details%>
 </font>
 <& /Elements/TitleBoxEnd &>
-</body>
-</HTML>
 
+<%cleanup>
+$m->comp('/Elements/Footer');
+$m->abort();
+</%cleanup>
 
 <%args>
 $Code => undef


More information about the Rt-commit mailing list