diff options
author | Reed Loden <reed@reedloden.com> | 2010-02-13 20:41:21 +0100 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2010-02-13 20:41:21 +0100 |
commit | 7802dbcf7bedcc09e5f1052ceb1ba82347a124b7 (patch) | |
tree | 79907801dc409f670d92be7c7e35b39604199cee /template | |
parent | dc4e122eaf5710d1af8ddd48ef4cb747efaaa9a9 (diff) | |
download | bugzilla-7802dbcf7bedcc09e5f1052ceb1ba82347a124b7.tar.gz bugzilla-7802dbcf7bedcc09e5f1052ceb1ba82347a124b7.tar.xz |
Bug 545978 - "A '<th>' tag ends with '</td>' in template/en/default/bug/edit.html.tmpl between lines 438-442."
[r=LpSolit a=LpSolit]
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 1a35df916..95376bb7d 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -435,7 +435,7 @@ [% IF Param("usetargetmilestone") && bug.target_milestone %] <tr> - <th class="field_label"> + <td class="field_label"> <label for="target_milestone"> <a href="page.cgi?id=fields.html#target_milestone"> Target Milestone</a></label>: |