aboutsummaryrefslogtreecommitdiff
path: root/www/rt44/files/patch-share_html_Dashboards_Subscription.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/rt44/files/patch-share_html_Dashboards_Subscription.html')
-rw-r--r--www/rt44/files/patch-share_html_Dashboards_Subscription.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/rt44/files/patch-share_html_Dashboards_Subscription.html b/www/rt44/files/patch-share_html_Dashboards_Subscription.html
new file mode 100644
index 000000000000..cc3c15e22582
--- /dev/null
+++ b/www/rt44/files/patch-share_html_Dashboards_Subscription.html
@@ -0,0 +1,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>