[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.2-44-g734abf0

Alex Vandiver alexmv at bestpractical.com
Tue Sep 6 14:10:48 EDT 2011


The branch, 4.0-trunk has been updated
       via  734abf0060a57db8c80ee93c44eb4025edb47a92 (commit)
      from  99f60d3310e2eb196d0a21e134c10b35b5e3521c (commit)

Summary of changes:
 share/html/m/ticket/create |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 734abf0060a57db8c80ee93c44eb4025edb47a92
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Sep 6 14:10:40 2011 -0400

    Fix trailing quotes on element calls

diff --git a/share/html/m/ticket/create b/share/html/m/ticket/create
index 4d9c97e..8751c9d 100644
--- a/share/html/m/ticket/create
+++ b/share/html/m/ticket/create
@@ -335,7 +335,7 @@ $showrows->(
 </%perl>
 
 <& /Ticket/Elements/EditCustomFields, %ARGS, QueueObj => $QueueObj &>
-<& /Ticket/Elements/EditTransactionCustomFields", %ARGS, QueueObj => $QueueObj &>
+<& /Ticket/Elements/EditTransactionCustomFields, %ARGS, QueueObj => $QueueObj &>
 
 % if (exists $session{'Attachments'}) {
 
@@ -361,7 +361,7 @@ $showrows->(
 
 
 % if ( $gnupg_widget ) {
-<& /Elements/GnuPG/SignEncryptWidget", self => $gnupg_widget, QueueObj => $QueueObj &>
+<& /Elements/GnuPG/SignEncryptWidget, self => $gnupg_widget, QueueObj => $QueueObj &>
 % }
 
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list