diff options
author | gerv%gerv.net <> | 2003-12-08 08:25:26 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2003-12-08 08:25:26 +0100 |
commit | 200acad0e5a2e9153669806d244eea366b79e61a (patch) | |
tree | 14cf547044f6fd56087f476eb345566ae466b80a | |
parent | 65610dbfae8d9effe4bf4861d16708798cdf1c90 (diff) | |
download | bugzilla-200acad0e5a2e9153669806d244eea366b79e61a.tar.gz bugzilla-200acad0e5a2e9153669806d244eea366b79e61a.tar.xz |
Bug 223078 - bustage fix. Add bodyattrs to filterexceptions.pl.
-rw-r--r-- | template/en/default/filterexceptions.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index d5f6b4d86..c75f86bb3 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -255,7 +255,8 @@ 'style', 'style_url', 'bgcolor', - 'onload', + 'onload', + 'bodyattrs', 'h1', 'h2', 'h3', |