[Rt-devel] [patch] incorrect tr

Alexandr Ciornii alexchorny at gmail.com
Sun Oct 8 07:17:32 EDT 2006


Hello.

html/Ticket/Update.html contains <tr> in incorrect place
Opening <tr> somehow moved to the end of if and there are two of them.

diff -u
--- Update.html.dist    Tue Jul  4 09:36:40 2006
+++ Update.html Sun Oct  8 13:56:43 2006
@@ -90,6 +90,7 @@
 <&|/l&>(Sends a blind carbon-copy of this update to a comma-delimited list of email addresses. Does <strong>not</strong> change who will receive future updates.)</&></font></i>
 </td></tr>
 % if (exists $session{'Attachments'}) {
+<tr>
 <td>
 <&|/l&>Attached file</&>:
 </td>
@@ -100,7 +101,6 @@
 % } # end of foreach
 </td>
 </tr>
-<tr>
 % } # end of if
 
 % if (my $TxnCFs = $TicketObj->TransactionCustomFields) {



-- 
WBR,
 Alexandr                          mailto:alexchorny at gmail.com



More information about the Rt-devel mailing list