diff options
author | jocuri%softhome.net <> | 2004-10-07 16:12:39 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-10-07 16:12:39 +0200 |
commit | 1f6ed9be7b15842f750a989a909f2ec64d0fb2ad (patch) | |
tree | 40dc124b1ade5d6dfbe14a5c21abbc837938b5b6 /template/en/default/global | |
parent | 74d1dd74e77dd4c64a5d8609852da54e5a3b9803 (diff) | |
download | bugzilla-1f6ed9be7b15842f750a989a909f2ec64d0fb2ad.tar.gz bugzilla-1f6ed9be7b15842f750a989a909f2ec64d0fb2ad.tar.xz |
Patch for bug 256567: Harmonize descriptions of classifications and products in terms of 'FILTER html'; patch by Marc Schumann <wurblzap@gmail.com>; r=justdave, kiko, a=justdave.
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/choose-classification.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/choose-classification.html.tmpl b/template/en/default/global/choose-classification.html.tmpl index b7b8fb66e..1d52b3686 100644 --- a/template/en/default/global/choose-classification.html.tmpl +++ b/template/en/default/global/choose-classification.html.tmpl @@ -54,7 +54,7 @@ </th> [% IF classdesc.$p %] - <td valign="top"> [% classdesc.$p FILTER html %]</td> + <td valign="top"> [% classdesc.$p %]</td> [% END %] </tr> [% END %] |