summaryrefslogtreecommitdiff
path: root/rt/sbin/rt-email-dashboards.in
diff options
context:
space:
mode:
Diffstat (limited to 'rt/sbin/rt-email-dashboards.in')
-rw-r--r--rt/sbin/rt-email-dashboards.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/rt/sbin/rt-email-dashboards.in b/rt/sbin/rt-email-dashboards.in
index 50dad2f9b..0b3686aa8 100644
--- a/rt/sbin/rt-email-dashboards.in
+++ b/rt/sbin/rt-email-dashboards.in
@@ -384,6 +384,9 @@ sub get_from {
autohandler_name => '', # disable forced login and more
data_dir => $data_dir,
);
+ $mason->interp->set_escape( h => \&RT::Interface::Web::EscapeUTF8 );
+ $mason->interp->set_escape( u => \&RT::Interface::Web::EscapeURI );
+ $mason->interp->set_escape( j => \&RT::Interface::Web::EscapeJS );
}
return $mason;
}