[Rt-commit] r9495 - in rt/branches/3.7-EXPERIMENTAL:
html/Widgets/Form
jesse at bestpractical.com
jesse at bestpractical.com
Mon Oct 29 16:50:52 EDT 2007
Author: jesse
Date: Mon Oct 29 16:50:52 2007
New Revision: 9495
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Widgets/Form/Select
Log:
r69415 at pinglin: jesse | 2007-10-29 16:50:35 -0400
Removed a spurious </div> - reported by Jason Long
Modified: rt/branches/3.7-EXPERIMENTAL/html/Widgets/Form/Select
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Widgets/Form/Select (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Widgets/Form/Select Mon Oct 29 16:50:52 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