[Rt-commit] r9386 - rt/branches/3.7-RTIR-RELENG/html/Widgets/Form

ruz at bestpractical.com ruz at bestpractical.com
Sat Oct 20 23:19:01 EDT 2007


Author: ruz
Date: Sat Oct 20 23:19:00 2007
New Revision: 9386

Modified:
   rt/branches/3.7-RTIR-RELENG/html/Widgets/Form/Select

Log:
* delete wrong div closing tag

Modified: rt/branches/3.7-RTIR-RELENG/html/Widgets/Form/Select
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/html/Widgets/Form/Select	(original)
+++ rt/branches/3.7-RTIR-RELENG/html/Widgets/Form/Select	Sat Oct 20 23:19:00 2007
@@ -102,7 +102,6 @@
 % if ( $Alternative ) {
 <input type="text" class="alternative" name="Alternative-<% $Name %>" value="<% join ', ', @CurrentValue %>" />
 % }
-</div>
 <%INIT>
 my %CurrentValue = map {$_ => 1} grep defined, @CurrentValue;
 if ( $ValuesCallback ) {


More information about the Rt-commit mailing list