diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-22 15:51:18 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-22 15:51:18 +0100 |
commit | ec4862650f2da6ef3b0cdcb1ca135a64879c6b31 (patch) | |
tree | 7038f46b8fac1881e434f207d10883149999a8b9 /template/en/default/admin/milestones/list.html.tmpl | |
parent | 61858962b06866a330960bd161591b000e26ae63 (diff) | |
download | bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.gz bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.bz2 bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.xz bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.zip |
Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by CSS styles
r/a=justdave
Diffstat (limited to 'template/en/default/admin/milestones/list.html.tmpl')
-rw-r--r-- | template/en/default/admin/milestones/list.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/admin/milestones/list.html.tmpl b/template/en/default/admin/milestones/list.html.tmpl index 16382799f..20e4f6138 100644 --- a/template/en/default/admin/milestones/list.html.tmpl +++ b/template/en/default/admin/milestones/list.html.tmpl @@ -19,6 +19,7 @@ '[% product.name FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title + style_urls = ['skins/standard/admin.css'] %] [% edit_contentlink = BLOCK %]editmilestones.cgi?action=edit&product= |