From 5643639af419ecc85027b36d19c7ddc0f99fa1d4 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 5 Apr 2007 02:20:59 +0000 Subject: Bug 370606: Conclusive user match error doesn't include a line break - Patch by Frédéric Buclin r=justdave a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/confirm-user-match.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/global/confirm-user-match.html.tmpl') 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 @@ [% FOREACH query = field.value %] +
[% query.key FILTER html %] [% IF query.value.users.size %] [% IF query.value.users.size > 1 %] @@ -123,7 +124,6 @@ [% ELSE %] matched [% query.value.users.0.identity FILTER html %] -
[% END %] [% ELSE %] [% IF (query.key.length < 3) && !(Param('emailsuffix')) @@ -134,6 +134,7 @@ did not match anything [% END %] [% END %] +
[% END %] -- cgit v1.2.3-24-g4f1b