[Rt-devel] [PATCH] 3.7-experimental- remove extra </div> in Widgets/Form/Select

Jason Long jlong at messiah.edu
Mon Oct 29 09:50:30 EDT 2007


there is an end tag without a corresponding open tag

this fixes up a display issue I found with Prefs/Other.html
---

 html/Widgets/Form/Select |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/html/Widgets/Form/Select b/html/Widgets/Form/Select
index 92c1564..4b5415c 100644
--- a/html/Widgets/Form/Select
+++ b/html/Widgets/Form/Select
@@ -102,7 +102,6 @@ $Multiple         => 0,
 % 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-devel mailing list