[Rt-commit] r9600 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Tue Nov 6 07:11:45 EST 2007
Author: ruz
Date: Tue Nov 6 07:11:43 2007
New Revision: 9600
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowTransactionAttachments
Log:
r9516 at cubic-pc (orig r9515): ruz | 2007-10-31 16:20:36 +0300
* 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-EXPERIMENTAL/html/Ticket/Elements/ShowTransactionAttachments
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowTransactionAttachments (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowTransactionAttachments Tue Nov 6 07:11:43 2007
@@ -154,9 +154,9 @@
ParentObj => $message
);
-}
</%PERL>
</div>
+% }
<%ARGS>
$Ticket => undef
$Transaction => undef
More information about the Rt-commit
mailing list