diff options
author | lpsolit%gmail.com <> | 2007-04-05 04:20:59 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-04-05 04:20:59 +0200 |
commit | 5643639af419ecc85027b36d19c7ddc0f99fa1d4 (patch) | |
tree | 51c69de667dc68d9cbac945df9978aeba7263594 /template | |
parent | 1afb5b3bb0ac579fdd1616f701b27038feb5a375 (diff) | |
download | bugzilla-5643639af419ecc85027b36d19c7ddc0f99fa1d4.tar.gz bugzilla-5643639af419ecc85027b36d19c7ddc0f99fa1d4.tar.xz |
Bug 370606: Conclusive user match error doesn't include a line break - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/confirm-user-match.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl index 35ec93f74..38ac8dd59 100644 --- a/template/en/default/global/confirm-user-match.html.tmpl +++ b/template/en/default/global/confirm-user-match.html.tmpl @@ -85,6 +85,7 @@ </td> <td align="left" valign="top"> [% FOREACH query = field.value %] + <div class="user_match"> <b>[% query.key FILTER html %]</b> [% IF query.value.users.size %] [% IF query.value.users.size > 1 %] @@ -123,7 +124,6 @@ [% ELSE %] matched <b>[% query.value.users.0.identity FILTER html %]</b> - <br> [% END %] [% ELSE %] [% IF (query.key.length < 3) && !(Param('emailsuffix')) @@ -134,6 +134,7 @@ <font color="#FF0000">did not match anything</font> [% END %] [% END %] + </div> [% END %] </td> </tr> |