[Rt-devel] [PATCH 3.7-RTIR-RELENG 2/2] xhtml: extra </div> closing tag

Ruslan Zakirov ruz at bestpractical.com
Wed Oct 31 09:22:35 EDT 2007


thanks. applied.

On 10/31/07, Jason Long <jlong at messiah.edu> wrote:
> In this case the <div> was opened inside a foreach loop,
> but </div> closed outside of the foreach loop.
>
> So this patch moves the </div> inside the foreach loop.
> ---
>
>  html/Ticket/Elements/ShowTransactionAttachments |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/html/Ticket/Elements/ShowTransactionAttachments b/html/Ticket/Elements/ShowTransactionAttachments
> index fa71472..6f44fd8 100644
> --- a/html/Ticket/Elements/ShowTransactionAttachments
> +++ b/html/Ticket/Elements/ShowTransactionAttachments
> @@ -154,9 +154,9 @@ $m->comp(
>      ParentObj => $message
>  );
>
> -}
>  </%PERL>
>  </div>
> +% } #end foreach attachment
>  <%ARGS>
>  $Ticket => undef
>  $Transaction => undef
>
> _______________________________________________
> 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