X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftable-tickets.html;h=c63a55e56327a9f923761823c18471f81cb39269;hp=bc02c7c4b136f5d77987a34b611bcccf0a9b2f65;hb=b97efa7ea7e8f10ea017f20a31ea48e7db8044e5;hpb=9ff504a21d361a27997e94e74908ab663a57f207 diff --git a/httemplate/elements/table-tickets.html b/httemplate/elements/table-tickets.html index bc02c7c4b..c63a55e56 100644 --- a/httemplate/elements/table-tickets.html +++ b/httemplate/elements/table-tickets.html @@ -53,7 +53,7 @@ View - ><% $ticket->{subject} %> + ><% $ticket->{subject} |h %> @@ -65,7 +65,7 @@ View - <% $ticket->{owner} %> + <% $ticket->{owner} |h %> @@ -80,12 +80,13 @@ View <% $ticket->{content} ? $ticket->{content}.' ('.$ticket->{priority}.')' : $ticket->{priority} + |h %> % if ( $ss_priority ) { - <% $ticket->{"CF.{$ss_priority}"} %> + <% $ticket->{"CF.{$ss_priority}"} |h %> % } % if ( $object->isa('FS::cust_main') ) {