From 7a3222151fdb306d1e64cc942b0eb44b2662c79a Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 12 Aug 2006 05:21:33 +0000 Subject: Bug 310747: index.cgi invalid HTML when logged out - Patch by victory(_RSZ_) r=LpSolit a=myk --- template/en/default/index.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 9e11e4af0..8d520dfab 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -108,7 +108,9 @@ function addSidebar() {
  • Log out [% user.login FILTER html %]
  • [% END %] [% ELSIF user.authorizer.can_login %] + [% PROCESS "account/auth/login-small.html.tmpl" %] + -
    -- cgit v1.2.3-24-g4f1b