From: lpsolit%gmail.com <> Date: Sat, 12 Aug 2006 05:21:33 +0000 (+0000) Subject: Bug 310747: index.cgi invalid HTML when logged out - Patch by victory(_RSZ_) r=LpSolit a=myk --- diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 9e11e4af0f..8d520dfab3 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" %] + -