From 22114cb2da0ec6e9939d0d03b4714d74b7cad71f Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 7 Mar 2012 00:24:42 +0800 Subject: Bug 729558: fix issue in securemail with pgp and unicode characters --- .../template/en/default/hook/global/user-error-errors.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/SecureMail/template/en/default') 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.

[% errstr FILTER html %] +[% END %] -- cgit v1.2.3-24-g4f1b