diff options
author | lpsolit%gmail.com <> | 2006-08-15 05:10:21 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-08-15 05:10:21 +0200 |
commit | 212b28b07c639d876e057ab50b783de7002cb4e5 (patch) | |
tree | 6b083b713117fc8fb74014269ddfe666bd47d82b /template/en/default/flag | |
parent | 41560ee57841fdd3c1ca519fdfcd70908c86a996 (diff) | |
download | bugzilla-212b28b07c639d876e057ab50b783de7002cb4e5.tar.gz bugzilla-212b28b07c639d876e057ab50b783de7002cb4e5.tar.xz |
Bug 348337: enter_bug.cgi doesn't pass HTML validation - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton a=myk
Diffstat (limited to 'template/en/default/flag')
-rw-r--r-- | template/en/default/flag/list.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index 1cf710250..643547405 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -72,7 +72,9 @@ # on a single bug/attachment). #%] -<table id="flags"> +[% DEFAULT flag_table_id = "flags" %] + +<table id="[% flag_table_id FILTER html %]"> <tr> <th colspan="3"> Flags: |