[Rt-commit] r10774 - rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements

ruz at bestpractical.com ruz at bestpractical.com
Fri Feb 8 18:08:52 EST 2008


Author: ruz
Date: Fri Feb  8 18:08:52 2008
New Revision: 10774

Modified:
   rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/QueueSummary

Log:
* disable default escapes as those are applied before our custom

Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/QueueSummary
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/QueueSummary	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/QueueSummary	Fri Feb  8 18:08:52 2008
@@ -20,7 +20,7 @@
 %   my $queue_cond = "Queue = '$queue'";
 %   my $all_q = "$queue_cond AND (". join( ' OR ', map "CF.{_RTIR_State} = '$_'", @{ $states{ $queue } } ).')';
 <tr class="<% $i%2 ? 'oddline' : 'evenline'%>" >
-<td><a href="<% RT->Config->Get('WebPath')%>/Search/Results.html?Query=<% $all_q |u %>""><% $queue %></a></td>
+<td><a href="<% RT->Config->Get('WebPath')%>/Search/Results.html?Query=<% $all_q |un %>""><% $queue %></a></td>
 %   foreach my $s ( @states ) {
 <td align="right">
 %   if ( grep $_ eq $s, @{ $states{ $queue } } ) {


More information about the Rt-commit mailing list