diff options
author | reed%reedloden.com <> | 2007-12-03 05:55:12 +0100 |
---|---|---|
committer | reed%reedloden.com <> | 2007-12-03 05:55:12 +0100 |
commit | 42e681b422641a896ea92e0c604aa3acd06feff3 (patch) | |
tree | e6bbef407d9060ff6defba3e12f807b722f22e88 /template | |
parent | bd925e1bdbb7037ae7480a80596bc6e7a5b4f692 (diff) | |
download | bugzilla-42e681b422641a896ea92e0c604aa3acd06feff3.tar.gz bugzilla-42e681b422641a896ea92e0c604aa3acd06feff3.tar.xz |
Bug 389983 - "Enable spellchecking in the summary field" (add filter exception for spellcheck) [p=reed r+a=LpSolit]
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/filterexceptions.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index e2acdcbca..2fb8b48e0 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -315,6 +315,7 @@ '" maxlength=\"$maxlength\"" IF maxlength', '" onfocus=\"$onfocus\"" IF onfocus', 'flag.status', + '" spellcheck=\"$spellcheck\"" IF spellcheck', ], 'bug/navigate.html.tmpl' => [ |