]> 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:00:48 +0000 (18:00 -0400)
committerDavid Lawrence <dlawrence@mozilla.com>
Wed, 18 May 2011 22:00:48 +0000 (18:00 -0400)
r/a=LpSolit

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

index f64d589c92cda2dbecbee6b05acf37e85b77d2c5..ab150dd31ede8493df25833a46bfe95586d82afd 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 %]