diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-14 00:54:55 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-14 00:54:55 +0200 |
commit | edb2946d560ba70296d1388c0f8aef1276cfb32f (patch) | |
tree | d1844a90a1ee3d082b25691875232684263d4e80 /template | |
parent | d78689415035a705eebddec26b48591b9c68c742 (diff) | |
download | bugzilla-edb2946d560ba70296d1388c0f8aef1276cfb32f.tar.gz bugzilla-edb2946d560ba70296d1388c0f8aef1276cfb32f.tar.xz |
Bug 578366: Missing </dl>
r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/pages/fields.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index c5992201b..9c905abad 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -92,6 +92,7 @@ resolved and become <b>[% display_value("bug_status", "RESOLVED") FILTER html %]</b>. </dd> + </dl> </td> <td> |