Commit eccedd19 authored by David Lawrence's avatar David Lawrence

Bug 652410 - 500+ consecutive lines of markup whitespace in show_bug.cgi flags…

Bug 652410 - 500+ consecutive lines of markup whitespace in show_bug.cgi flags table, depending on flag states r/a=LpSolit
parent ea6b82f1
...@@ -47,9 +47,9 @@ ...@@ -47,9 +47,9 @@
[% END %] [% END %]
[%# Step 1: Display every flag type (except inactive types with no flags). %] [%# Step 1: Display every flag type (except inactive types with no flags). %]
[% FOREACH type = flag_types %] [% FOREACH type = flag_types -%]
[%# Step 1a: Display existing flag(s). %] [%-# Step 1a: Display existing flag(s). %]
[% FOREACH flag = type.flags %] [% FOREACH flag = type.flags %]
<tr> <tr>
<td> <td>
...@@ -112,9 +112,9 @@ ...@@ -112,9 +112,9 @@
</td> </td>
[% END %] [% END %]
</tr> </tr>
[% END %] [% END -%]
[%# Step 1b: Display UI for setting flag. %] [%-# Step 1b: Display UI for setting flag. %]
[% IF (!type.flags || type.flags.size == 0) && type.is_active %] [% IF (!type.flags || type.flags.size == 0) && type.is_active %]
[% PROCESS flag_row first_cell_empty = 1 addl_text = "" %] [% PROCESS flag_row first_cell_empty = 1 addl_text = "" %]
......
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