summaryrefslogtreecommitdiff
path: root/rt/share/html/Dashboards/Elements/ShowDashboards
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Dashboards/Elements/ShowDashboards')
-rw-r--r--rt/share/html/Dashboards/Elements/ShowDashboards1
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/share/html/Dashboards/Elements/ShowDashboards b/rt/share/html/Dashboards/Elements/ShowDashboards
index 5cf73a7..b57867b 100644
--- a/rt/share/html/Dashboards/Elements/ShowDashboards
+++ b/rt/share/html/Dashboards/Elements/ShowDashboards
@@ -54,6 +54,7 @@
% } else {
% $title = loc("[_1]'s dashboards",$Object->Name);
% }
+% $title =~ s/([\\'])/\\$1/g;
% $title = $m->interp->apply_escapes($title, 'h');
<& /Elements/CollectionList,
%ARGS,