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

Ruslan Zakirov ruz at bestpractical.com
Mon Oct 29 18:33:04 EDT 2007


Thank you. I've fixed it in 3.7-RTIR-RELENG branch and soon I'll merge
it, however you can switch to it as it has several other bug fixes and
we use this branch to stabilize things in 3.7.

On 10/29/07, Jason Long <jlong at messiah.edu> wrote:
> 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 ) {
>
> _______________________________________________
> List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
>
> SAVE THOUSANDS OF DOLLARS ON RT SUPPORT:
>
> If you sign up for a new RT support contract before December 31, we'll take
> up to 20 percent off the price. This sale won't last long, so get in touch today.
>     Email us at sales at bestpractical.com or call us at +1 617 812 0745.
>


-- 
Best regards, Ruslan.


More information about the Rt-devel mailing list