From d8835285194163b3f2c99997668705daa40d2dd4 Mon Sep 17 00:00:00 2001 From: Christopher Trom Date: Sun, 2 Dec 2012 19:56:17 +0100 Subject: Bug 547311: Remove the "align" attribute from r/a=LpSolit --- template/en/default/admin/workflow/comment.html.tmpl | 2 +- template/en/default/admin/workflow/edit.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/admin/workflow') diff --git a/template/en/default/admin/workflow/comment.html.tmpl b/template/en/default/admin/workflow/comment.html.tmpl index b5907d1d0..94218c8fa 100644 --- a/template/en/default/admin/workflow/comment.html.tmpl +++ b/template/en/default/admin/workflow/comment.html.tmpl @@ -48,7 +48,7 @@ [% p = [{id => 0, name => "{Start}", is_open => 1}] %] [% FOREACH status = p.merge(statuses) %] - + [% display_value("bug_status", status.name) FILTER html %] diff --git a/template/en/default/admin/workflow/edit.html.tmpl b/template/en/default/admin/workflow/edit.html.tmpl index 403405b16..4ae613ef5 100644 --- a/template/en/default/admin/workflow/edit.html.tmpl +++ b/template/en/default/admin/workflow/edit.html.tmpl @@ -53,7 +53,7 @@ [% p = [{id => 0, name => "{Start}", is_open => 1}] %] [% FOREACH status = p.merge(statuses) %] - + [% display_value("bug_status", status.name) FILTER html %] -- cgit v1.2.3-24-g4f1b