aboutsummaryrefslogtreecommitdiff
path: root/www/rt44/files/patch-share_html_Dashboards_Subscription.html
blob: cc3c15e22582e840a6399a5336321c87dea80354 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- share/html/Dashboards/Subscription.html.orig	2016-07-18 20:20:17 UTC
+++ share/html/Dashboards/Subscription.html
@@ -75,7 +75,7 @@
 <ol class="dashboard-queries">
 %    for my $portlet (@portlets) {
         <li class="dashboard-query">
-            <% loc($portlet->{description}, $fields{'Rows'}) %>
+            <% loc( RT::SavedSearch->EscapeDescription($portlet->{description}), $fields{'Rows'}) %>
         </li>
 %    }
 </ol>