[Rt-commit] r3666 - in rt/branches/3.4-RELEASE: . html/Elements
alexmv at bestpractical.com
alexmv at bestpractical.com
Wed Aug 17 13:41:39 EDT 2005
Author: alexmv
Date: Wed Aug 17 13:41:38 2005
New Revision: 3666
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/html/Elements/Quicksearch
Log:
r5920 at zoq-fot-pik: chmrr | 2005-08-17 13:44:59 -0400
* My memory was faulty; HTML escaping is not needed
Modified: rt/branches/3.4-RELEASE/html/Elements/Quicksearch
==============================================================================
--- rt/branches/3.4-RELEASE/html/Elements/Quicksearch (original)
+++ rt/branches/3.4-RELEASE/html/Elements/Quicksearch Wed Aug 17 13:41:38 2005
@@ -73,9 +73,9 @@
$i++;
</%PERL>
<TR class="<% $i%2 ? 'oddline' : 'evenline'%>" >
-<td><A HREF="<% $RT::WebPath%>/Search/Results.html?Query=<%$all_q |nuh%>&Rows=50" TITLE="<% $queue->Description %>"><%$queue->Name%></a></TD>
-<td align="right"><A HREF="<% $RT::WebPath%>/Search/Results.html?Query=<%$new_q |nuh%>&Rows=50"><%$new%></a></TD>
-<td align="right"><A HREF="<% $RT::WebPath%>/Search/Results.html?Query=<%$open_q |nuh%>&Rows=50"><%$open%></a></TD>
+<td><A HREF="<% $RT::WebPath%>/Search/Results.html?Query=<%$all_q |nu%>&Rows=50" TITLE="<% $queue->Description %>"><%$queue->Name%></a></TD>
+<td align="right"><A HREF="<% $RT::WebPath%>/Search/Results.html?Query=<%$new_q |nu%>&Rows=50"><%$new%></a></TD>
+<td align="right"><A HREF="<% $RT::WebPath%>/Search/Results.html?Query=<%$open_q |nu%>&Rows=50"><%$open%></a></TD>
</TR>
% }
</TABLE>
More information about the Rt-commit
mailing list