diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/sanitycheck/messages.html.tmpl | 9 | ||||
-rw-r--r-- | template/en/default/email/sanitycheck.txt.tmpl | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/template/en/default/admin/sanitycheck/messages.html.tmpl b/template/en/default/admin/sanitycheck/messages.html.tmpl index 2847a35e7..b65f8eac5 100644 --- a/template/en/default/admin/sanitycheck/messages.html.tmpl +++ b/template/en/default/admin/sanitycheck/messages.html.tmpl @@ -310,8 +310,13 @@ [% END %] [% END %] -[% san_message FILTER html %] - +[% USE Bugzilla %] +[% IF Bugzilla.usage_mode == constants.USAGE_MODE_CMDLINE %] + [% san_message FILTER none %] +[% ELSE %] + [%# Avoid the txt filter in message.txt.tmpl. %] + [% san_message FILTER html %] +[% END %] [% BLOCK bug_list %] [% FOREACH bug_id = badbugs %] diff --git a/template/en/default/email/sanitycheck.txt.tmpl b/template/en/default/email/sanitycheck.txt.tmpl index 9c1926925..8826d4e39 100644 --- a/template/en/default/email/sanitycheck.txt.tmpl +++ b/template/en/default/email/sanitycheck.txt.tmpl @@ -33,4 +33,4 @@ Some errors have been found. No errors have been found. [% END %] -[% output FILTER txt %] +[% output %] |