diff options
author | bbaetz%student.usyd.edu.au <> | 2002-04-15 11:47:52 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-04-15 11:47:52 +0200 |
commit | e75e6d0f714e77b1d7b700dca62aba0fd9a5385d (patch) | |
tree | e19b43031fb0ef1012319ac8b6a694953c90d0a3 /template/default/info | |
parent | 61d65a657abb4c88c725c04db8f3c6b9cd43ef59 (diff) | |
download | bugzilla-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.tar.gz bugzilla-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.tar.xz |
Bug 129442 - make html of a default installation (mostly) HTML 4.01
transitional compliant
Original patch by chema@ximian.com, modified/extended by
bbaetz@student.usyd.edu.au
r=gerv, justdave
Diffstat (limited to 'template/default/info')
-rw-r--r-- | template/default/info/describe-keywords.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/default/info/describe-keywords.html.tmpl b/template/default/info/describe-keywords.html.tmpl index 3c897026b..1769df85d 100644 --- a/template/default/info/describe-keywords.html.tmpl +++ b/template/default/info/describe-keywords.html.tmpl @@ -62,7 +62,9 @@ </tr> [% END %] -</table> +[% IF keywords.size > 0 %] + </table> +[% END %] [% IF caneditkeywords %] <p> |