[Rt-devel] Minor patch 3.4.1 - extra </TD> tag

Stephen Turner sturner at MIT.EDU
Wed Mar 23 15:03:06 EST 2005


v3.4.1 - there's an extra </TD> tag in Ticket/Update.html that doesn't seem 
to cause browsers problems but confuses the heck out of Dreamweaver.
Steve.

Patch:

diff -u share/html/Ticket/Update.html local/html/Ticket/Update.html
--- share/html/Ticket/Update.html       Tue Feb  1 09:20:40 2005
+++ local/html/Ticket/Update.html       Wed Mar 23 14:52:06 2005
@@ -106,7 +106,7 @@
  <TR>
  <TD ALIGN=RIGHT><% $CF->Name %>:</TD>
  <TD><& /Elements/EditCustomField, CustomField => $CF, NamePrefix =>
-    "Object-RT::Transaction--CustomField-" &><em><% $CF->FriendlyType 
%></em></TD>
+    "Object-RT::Transaction--CustomField-" &><em><% $CF->FriendlyType %></em>
  </TD></TR>
  %    } # end if while
  % } # end of if



More information about the Rt-devel mailing list