[Rt-commit] r11179 - rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Mon Mar 24 23:30:13 EDT 2008
Author: ruz
Date: Mon Mar 24 23:30:13 2008
New Revision: 11179
Modified:
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ChildSummary
Log:
* fix escaping
Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ChildSummary
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ChildSummary (original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ChildSummary Mon Mar 24 23:30:13 2008
@@ -61,10 +61,10 @@
% }
<tr>
<td colspan="5">
-[<a href="<%RT->Config->Get('WebPath')%>/RTIR/Search/Refine.html?Queue=<%$Queue%><%$QueryString%>"><%loc("Refine Search")%></a>]
+[<a href="<%RT->Config->Get('WebPath')%>/RTIR/Search/Refine.html?Queue=<% $Queue |uhn %>&<% $QueryString %>"><% loc("Refine Search") %></a>]
% if ($Type eq 'Incident') {
% if ($Queue) {
-[<a href="<%RT->Config->Get('WebPath')%>/RTIR/Incident/LinkChildren.html?Queue=<%$Queue%>&Query=Content LIKE '<%$q%>'&id=<%$ticket%>"><%loc("Bulk Link")%></a>]
+[<a href="<%RT->Config->Get('WebPath')%>/RTIR/Incident/LinkChildren.html?Queue=<% $Queue |uhn %>&Query=<% 'Content LIKE "$q"' |uhn %>&id=<% $ticket %>"><%loc("Bulk Link")%></a>]
% }
% if ($Queue eq 'Investigations' && $lookuptype eq 'email') {
<br />[<a href="<%RT->Config->Get('WebPath')%>/RTIR/Create.html?Incident=<%$ticket%>&Requestors=<%$q%>&Queue=Investigations"><%loc("Launch new: [_1]", $q)%></a>]
More information about the Rt-commit
mailing list