Xhtml: extra </td> closing tag in ModifyAll.html

This patch eliminates an extra closing tag.

html/Ticket/ModifyAll.html | 2 ±
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/html/Ticket/ModifyAll.html b/html/Ticket/ModifyAll.html
index 04f21a9…abdff75 100755
— a/html/Ticket/ModifyAll.html
+++ b/html/Ticket/ModifyAll.html
@@ -110,7 +110,7 @@

<& /Elements/EditCustomField, CustomField => $CF, NamePrefix => "Object-RT::Transaction--CustomField-" - &><% $CF->FriendlyType %> + &><% $CF->FriendlyType %> % } # end if while % } # end of if

In this case the

was opened inside a foreach loop,
but
closed outside of the foreach loop.

So this patch moves the 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>

+% } #end foreach attachment <%ARGS> $Ticket => undef $Transaction => undef

thanks. applied.On 10/31/07, Jason Long jlong@messiah.edu wrote:

In this case the

was opened inside a foreach loop,
but
closed outside of the foreach loop.

So this patch moves the 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>

+% } #end foreach attachment <%ARGS> $Ticket => undef $Transaction => undef

List info: The rt-devel Archives

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@bestpractical.com or call us at +1 617 812 0745.

Best regards, Ruslan.

thanks, applied.On 10/31/07, Jason Long jlong@messiah.edu wrote:

This patch eliminates an extra closing tag.

html/Ticket/ModifyAll.html | 2 ±
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/html/Ticket/ModifyAll.html b/html/Ticket/ModifyAll.html
index 04f21a9…abdff75 100755
— a/html/Ticket/ModifyAll.html
+++ b/html/Ticket/ModifyAll.html
@@ -110,7 +110,7 @@

<& /Elements/EditCustomField, CustomField => $CF, NamePrefix => "Object-RT::Transaction--CustomField-" - &><% $CF->FriendlyType %> + &><% $CF->FriendlyType %> % } # end if while % } # end of if

List info: The rt-devel Archives

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@bestpractical.com or call us at +1 617 812 0745.

Best regards, Ruslan.