]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 265011: Add missing <td> and </td> tags in query.cgi; patch by Frédéric...
authorjocuri%softhome.net <>
Wed, 3 Nov 2004 06:27:06 +0000 (06:27 +0000)
committerjocuri%softhome.net <>
Wed, 3 Nov 2004 06:27:06 +0000 (06:27 +0000)
template/en/default/search/boolean-charts.html.tmpl

index 8caeac6e8c93e2465bdd4307dfc68ae9faf27152..ae5992131465009ae182d5db2e064f36d9170aa8 100644 (file)
   [% chartnum = loop.count - 1 %]
   <table>
     <tr>
-      <input type="checkbox" id="negate[% chartnum FILTER html %]"
+      <td>
+        <input type="checkbox" id="negate[% chartnum FILTER html %]"
              name="negate[% chartnum FILTER html %]" value="1"
-            [% "checked" IF chart.negate %]
-      >
-      <label for="negate[% chartnum FILTER html %]">
-        Not (negate this whole chart)
-      </label>
+            [% "checked" IF chart.negate %]>
+        <label for="negate[% chartnum FILTER html %]">
+          Not (negate this whole chart)
+        </label>
+      </td>
     </tr>
   [% FOREACH row = chart.rows %]
     [% rownum = loop.count - 1 %]