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/entry | |
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/entry')
-rw-r--r-- | template/default/entry/enter_bug.tmpl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/template/default/entry/enter_bug.tmpl b/template/default/entry/enter_bug.tmpl index 446aeb729..cb82c8401 100644 --- a/template/default/entry/enter_bug.tmpl +++ b/template/default/entry/enter_bug.tmpl @@ -31,7 +31,7 @@ <table cellspacing="2" cellpadding="0" border="0"> <tr> - <td><br /></td> + <td><br></td> </tr> <tr> @@ -43,7 +43,7 @@ </tr> <tr> - <td><br /></td> + <td><br></td> </tr> <tr> @@ -171,7 +171,7 @@ <td colspan="3"> <textarea wrap="hard" name="comment" rows="10" cols="80"> [% comment FILTER html %]</textarea> - <br /> + <br> </td> </tr> @@ -179,16 +179,16 @@ <td></td> <td colspan="3"> [% IF group.size %] - <br /> + <br> <strong> Only users in the selected groups can view this bug: </strong> - <br /> + <br> <font size="-1"> (Leave all boxes unchecked to make this a public bug.) </font> - <br /> - <br /> + <br> + <br> <!-- Checkboxes --> [% FOREACH g = group %] @@ -196,7 +196,7 @@ <input type="checkbox" name="bit-[% g.bit %]" value="1" [% " checked=\"checked\"" IF g.checked %] />[% g.description %]<br /> [% END %] - <br /> + <br> [% END %] </td> </tr> @@ -218,7 +218,7 @@ <tr> <td></td> <td colspan="3"> - <br /> + <br> We've made a guess at your operating system and platform. Please check them and, if we got it wrong, email [% Param('maintainer') %]. @@ -227,7 +227,7 @@ [% END %] </table> - <input type="hidden" name="form_name" value="enter_bug" /> + <input type="hidden" name="form_name" value="enter_bug"> </form> [% INCLUDE global/footer %] |