diff options
author | timeless%mozdev.org <> | 2007-01-08 08:50:44 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 08:50:44 +0100 |
commit | 559296b4451c2ac9fcb664be802d1889b506424b (patch) | |
tree | da70bf88d08532606c89850a7486ae5b14fbd0e6 /template/en | |
parent | ee5874e43cc3820f31f11aade7e03eb458c25706 (diff) | |
download | bugzilla-559296b4451c2ac9fcb664be802d1889b506424b.tar.gz bugzilla-559296b4451c2ac9fcb664be802d1889b506424b.tar.xz |
Bug 365556 global/confirm-user-match uses strange mark up/uses p as br
patch by bmo2007@rsz.jp r=timeless a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/confirm-user-match.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl index 607ce4783..8fb20e070 100644 --- a/template/en/default/global/confirm-user-match.html.tmpl +++ b/template/en/default/global/confirm-user-match.html.tmpl @@ -64,7 +64,6 @@ </p> [% END %] -<p> <table border="0"> <tr> <td colspan="2"> @@ -130,7 +129,6 @@ <font color="#FF0000">did not match anything</font> [% END %] [% END %] - <p> [% END %] </td> </tr> @@ -143,8 +141,6 @@ </table> -</p> - [% IF matchsuccess == 1 %] [% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %] |