[Rt-commit] r6772 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Thu Jan 18 10:55:54 EST 2007


Author: ruz
Date: Thu Jan 18 10:55:53 2007
New Revision: 6772

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/EditWatchers

Log:
 r4392 at cubic-pc:  cubic | 2007-01-18 09:34:59 +0300
 * fix balancing of <li> tag


Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/EditWatchers
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/EditWatchers	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/EditWatchers	Thu Jan 18 10:55:53 2007
@@ -46,7 +46,7 @@
 <ul>
 %# Print out a placeholder if there are none.
 %if ($Members->Count == 0 ) {
-<li><i><&|/l&>none</&></i>
+<li><i><&|/l&>none</&></i></li>
 % }
 
 
@@ -60,6 +60,7 @@
 <a href="<%RT->Config->Get('WebPath')%>/Admin/Groups/Modify.html?id=<%$watcher->MemberObj->Object->id%>">
 <%$watcher->MemberObj->Object->Name%></a>
 %}
+</li>
 % }
 </ul>
 <%INIT>


More information about the Rt-commit mailing list