[Rt-commit] r18347 - rt/3.8/trunk/share/html/Widgets
jesse at bestpractical.com
jesse at bestpractical.com
Thu Feb 12 14:07:14 EST 2009
Author: jesse
Date: Thu Feb 12 14:07:02 2009
New Revision: 18347
Modified:
rt/3.8/trunk/share/html/Widgets/ComboBox
Log:
* When we open a div, we should close a div, not a span
Modified: rt/3.8/trunk/share/html/Widgets/ComboBox
==============================================================================
--- rt/3.8/trunk/share/html/Widgets/ComboBox (original)
+++ rt/3.8/trunk/share/html/Widgets/ComboBox Thu Feb 12 14:07:02 2009
@@ -56,7 +56,7 @@
<option value="<%$value%>"><% $value%></option>
% }
</select>
-</span>
+</div>
<script language="javascript"><!--
ComboBox_InitWith('<% $Name %>');
//--></script>
More information about the Rt-commit
mailing list