diff options
author | lpsolit%gmail.com <> | 2005-07-07 18:58:20 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-07-07 18:58:20 +0000 |
commit | a8cf846f036fb626a1e4f73e9e7633da9b5197b5 (patch) | |
tree | 430f8f5e655544ecc09f891c4d0a8fedd49ab731 /template | |
parent | Bug 297646: Write helper functions for Bugzilla::Token.pm (diff) | |
download | bugzilla-a8cf846f036fb626a1e4f73e9e7633da9b5197b5.tar.gz bugzilla-a8cf846f036fb626a1e4f73e9e7633da9b5197b5.tar.bz2 bugzilla-a8cf846f036fb626a1e4f73e9e7633da9b5197b5.zip |
Bug 268146: mod_security complain: Invalid cookie format: Cookie value is missing #2 - Patch by Marc Schumann <wurblzap@gmail.com> r=kiko a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index b6cf2f8de..5053f0b2f 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -82,6 +82,9 @@ Charts will not work without the Chart::Lines Perl module being installed. Run checksetup.pl for installation instructions. + [% ELSIF error == "cookies_need_value" %] + Every cookie must have a value. + [% ELSIF error == "field_type_mismatch" %] Cannot seem to handle <code>[% field FILTER html %]</code> and <code>[% type FILTER html %]</code> together. |