diff options
author | timeless%mozdev.org <> | 2007-01-08 08:50:04 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 08:50:04 +0100 |
commit | ee5874e43cc3820f31f11aade7e03eb458c25706 (patch) | |
tree | 6c0f4a97e364fccc4cdf9bc97768fe91ab8a581b /template/en/default | |
parent | 7c6cdb420269295ee8656922b4833bd8ee9788aa (diff) | |
download | bugzilla-ee5874e43cc3820f31f11aade7e03eb458c25706.tar.gz bugzilla-ee5874e43cc3820f31f11aade7e03eb458c25706.tar.xz |
Bug 365555 . global/code-error uses strange mark up
patch by bmo2007@rsz.jp r=timeless a=justdave
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index b92fa4436..c1d5f799b 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -60,7 +60,7 @@ [%+ Param('emailregexpdesc') %] [% END %] It must also not contain any of these special characters: - <tt>\ ( ) & < > , ; : " [ ]</tt>, or any whitespace.</tt> + <tt>\ ( ) & < > , ; : " [ ]</tt>, or any whitespace. [% ELSIF error == "authres_unhandled" %] The result value of [% value FILTER html %] was not handled by |