[Rt-commit] r9515 - rt/branches/3.7-RTIR-RELENG/html/Ticket/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Wed Oct 31 09:20:40 EDT 2007
Author: ruz
Date: Wed Oct 31 09:20:36 2007
New Revision: 9515
Modified:
rt/branches/3.7-RTIR-RELENG/html/Ticket/Elements/ShowTransactionAttachments
Log:
* In this case the <div> was opened inside a foreach loop,
but </div> closed outside of the foreach loop. So move
the </div> inside the foreach loop.
Thanks to Jason Long.
Modified: rt/branches/3.7-RTIR-RELENG/html/Ticket/Elements/ShowTransactionAttachments
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/html/Ticket/Elements/ShowTransactionAttachments (original)
+++ rt/branches/3.7-RTIR-RELENG/html/Ticket/Elements/ShowTransactionAttachments Wed Oct 31 09:20:36 2007
@@ -154,9 +154,9 @@
ParentObj => $message
);
-}
</%PERL>
</div>
+% }
<%ARGS>
$Ticket => undef
$Transaction => undef
More information about the Rt-commit
mailing list