diff options
Diffstat (limited to 'rt/share/html/Dashboards/Elements/ShowDashboards')
-rw-r--r-- | rt/share/html/Dashboards/Elements/ShowDashboards | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/share/html/Dashboards/Elements/ShowDashboards b/rt/share/html/Dashboards/Elements/ShowDashboards index 5cf73a71d..b57867b09 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, |