From eccedd19189b7d1d637fbd52caff0f7eeccf63c1 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 6 Jul 2011 00:54:23 -0400 Subject: Bug 652410 - 500+ consecutive lines of markup whitespace in show_bug.cgi flags table, depending on flag states r/a=LpSolit --- template/en/default/flag/list.html.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'template/en/default/flag') diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index 5f88fc168..4467e81ce 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -47,9 +47,9 @@ [% END %] [%# Step 1: Display every flag type (except inactive types with no flags). %] - [% FOREACH type = flag_types %] - - [%# Step 1a: Display existing flag(s). %] + [% FOREACH type = flag_types -%] + + [%-# Step 1a: Display existing flag(s). %] [% FOREACH flag = type.flags %] @@ -112,9 +112,9 @@ [% END %] - [% END %] - - [%# Step 1b: Display UI for setting flag. %] + [% END -%] + + [%-# Step 1b: Display UI for setting flag. %] [% IF (!type.flags || type.flags.size == 0) && type.is_active %] [% PROCESS flag_row first_cell_empty = 1 addl_text = "" %] -- cgit v1.2.3-24-g4f1b