diff options
author | Christopher Trom <chtrom@gmail.com> | 2012-12-02 19:56:17 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-12-02 19:56:17 +0100 |
commit | d8835285194163b3f2c99997668705daa40d2dd4 (patch) | |
tree | 059c1e4037c9b16e0337edb5323311295a3043ad /template/en/default/reports | |
parent | b3821a27575b9df948e7387b9499a020e4a2dd34 (diff) | |
download | bugzilla-d8835285194163b3f2c99997668705daa40d2dd4.tar.gz bugzilla-d8835285194163b3f2c99997668705daa40d2dd4.tar.xz |
Bug 547311: Remove the "align" attribute from <th>
r/a=LpSolit
Diffstat (limited to 'template/en/default/reports')
-rw-r--r-- | template/en/default/reports/keywords.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/reports/keywords.html.tmpl b/template/en/default/reports/keywords.html.tmpl index 0624041bd..54f31ecdf 100644 --- a/template/en/default/reports/keywords.html.tmpl +++ b/template/en/default/reports/keywords.html.tmpl @@ -27,10 +27,10 @@ <table border="1" cellpadding="4" cellspacing="0"> <tr bgcolor="#6666FF"> - <th align="left">Name</th> - <th align="left">Description</th> - <th align="left">Open [% terms.Bugs %]</th> - <th align="left">Total [% terms.Bugs %]</th> + <th>Name</th> + <th>Description</th> + <th>Open [% terms.Bugs %]</th> + <th>Total [% terms.Bugs %]</th> </tr> [% END %] |