From c5d9a35c522e9630527d3c30a9dfd01d97f0f693 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Mon, 31 Mar 2008 13:51:03 +0000 Subject: Bug 391949 colchange, login, and a number of other forms are missing a space before checked r=vladd a=lpsolit --- template/en/default/account/auth/login-small.html.tmpl | 2 +- template/en/default/account/auth/login.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/account') diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index 32cf55f60..19aaca11d 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -55,7 +55,7 @@   + [%+ "checked" IF Param('rememberlogin') == "defaulton" %]> diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index e15d39d81..e8f8fa14c 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -63,7 +63,7 @@   + [%+ "checked" IF Param('rememberlogin') == "defaulton" %]> -- cgit v1.2.3-24-g4f1b