Commit cb9bb570 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 265011: Add missing <td> and </td> tags in query.cgi; patch by…

Patch for bug 265011: Add missing <td> and </td> tags in query.cgi; patch by Frédéric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave.
parent 3f73d7e9
...@@ -59,13 +59,14 @@ ...@@ -59,13 +59,14 @@
[% chartnum = loop.count - 1 %] [% chartnum = loop.count - 1 %]
<table> <table>
<tr> <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" name="negate[% chartnum FILTER html %]" value="1"
[% "checked" IF chart.negate %] [% "checked" IF chart.negate %]>
> <label for="negate[% chartnum FILTER html %]">
<label for="negate[% chartnum FILTER html %]"> Not (negate this whole chart)
Not (negate this whole chart) </label>
</label> </td>
</tr> </tr>
[% FOREACH row = chart.rows %] [% FOREACH row = chart.rows %]
[% rownum = loop.count - 1 %] [% rownum = loop.count - 1 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment