]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 310747: index.cgi invalid HTML when logged out - Patch by victory(_RSZ_) <bmo...
authorlpsolit%gmail.com <>
Sat, 12 Aug 2006 05:21:33 +0000 (05:21 +0000)
committerlpsolit%gmail.com <>
Sat, 12 Aug 2006 05:21:33 +0000 (05:21 +0000)
template/en/default/index.html.tmpl

index 9e11e4af0f59d5a77f9531b7e58a7cc4d3732bda..8d520dfab39d73ecb1ecb291cc820b1b6f9e2a6b 100644 (file)
@@ -108,7 +108,9 @@ function addSidebar() {
     <li id="logout"><a href="relogin.cgi">Log out [% user.login FILTER html %]</a></li>
   [% END %]
 [% ELSIF user.authorizer.can_login %]
+  </ul>
     [% PROCESS "account/auth/login-small.html.tmpl" %]
+  <ul>
   [% IF Param('createemailregexp') && user.authorizer.user_can_create_account %]
     <li id="account"><a href="createaccount.cgi">Open a new [% terms.Bugzilla %] account</a></li>
   [% END %]
@@ -120,7 +122,7 @@ function addSidebar() {
 
   </ul>
 
-  <form id="show-bug" name="f" action="buglist.cgi" method="get"
+  <form id="f" name="f" action="buglist.cgi" method="get"
         onsubmit="if (this.quicksearch.value == '')
                   { alert('Please enter one or more search terms first.');
                     return false; } return true;">