diff options
author | Byron Jones <bjones@mozilla.com> | 2012-03-06 17:24:42 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-03-06 17:24:42 +0100 |
commit | 22114cb2da0ec6e9939d0d03b4714d74b7cad71f (patch) | |
tree | f6a51dab82f5f3741eafa46289dfea899cdc726b /extensions/SecureMail/template/en | |
parent | 36f5200f52ea5df81e66906f56ead47edde832c9 (diff) | |
download | bugzilla-22114cb2da0ec6e9939d0d03b4714d74b7cad71f.tar.gz bugzilla-22114cb2da0ec6e9939d0d03b4714d74b7cad71f.tar.xz |
Bug 729558: fix issue in securemail with pgp and unicode characters
Diffstat (limited to 'extensions/SecureMail/template/en')
-rw-r--r-- | extensions/SecureMail/template/en/default/hook/global/user-error-errors.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/SecureMail/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/SecureMail/template/en/default/hook/global/user-error-errors.html.tmpl index f48a5389f..46b093674 100644 --- a/extensions/SecureMail/template/en/default/hook/global/user-error-errors.html.tmpl +++ b/extensions/SecureMail/template/en/default/hook/global/user-error-errors.html.tmpl @@ -23,5 +23,5 @@ that you are entering either an ASCII-armored PGP/GPG public key, including the "BEGIN PGP PUBLIC KEY BLOCK" and "END PGP PUBLIC KEY BLOCK" lines, or a PEM format (Base64-encoded X.509) S/MIME key, including the - BEGIN CERTIFICATE and END CERTIFICATE lines. -[% END %]
\ No newline at end of file + BEGIN CERTIFICATE and END CERTIFICATE lines.<br><br>[% errstr FILTER html %] +[% END %] |