]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 658056 - Improper HTML on show_bug.cgi page when user is logged out
authorDavid Lawrence <dlawrence@mozilla.com>
Wed, 18 May 2011 22:03:38 +0000 (18:03 -0400)
committerDavid Lawrence <dlawrence@mozilla.com>
Wed, 18 May 2011 22:03:38 +0000 (18:03 -0400)
r/a=LpSolit

template/en/default/bug/edit.html.tmpl

index 7105e3418cf48731f60476c1e5b9dc1bcd070305..6dc71d88535dca372342f27848763221b4202f0e 100644 (file)
 
     [%# For logged-out users %]
     [% ELSE %]
-      <table><tr><td><fieldset>
-        <legend>Note</legend>
-        You need to
-        <a href="show_bug.cgi?id=
-                 [%- bug.bug_id %]&amp;GoAheadAndLogIn=1">log in</a>
-         before you can comment on or make changes to this [% terms.bug %].
-      </fieldset></table><tr></td>
+      <table>
+        <tr>
+          <td>
+            <fieldset>
+              <legend>Note</legend>
+              You need to
+              <a href="show_bug.cgi?id=
+                      [%- bug.bug_id %]&amp;GoAheadAndLogIn=1">log in</a>
+              before you can comment on or make changes to this [% terms.bug %].
+            </fieldset>
+          </td>
+        </tr> 
+      </table>
     [% END %]
   </div>
 [% END %]