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/global | |
parent | b3821a27575b9df948e7387b9499a020e4a2dd34 (diff) | |
download | bugs-d8835285194163b3f2c99997668705daa40d2dd4.tar bugs-d8835285194163b3f2c99997668705daa40d2dd4.tar.gz bugs-d8835285194163b3f2c99997668705daa40d2dd4.tar.bz2 bugs-d8835285194163b3f2c99997668705daa40d2dd4.tar.xz bugs-d8835285194163b3f2c99997668705daa40d2dd4.zip |
Bug 547311: Remove the "align" attribute from <th>
r/a=LpSolit
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/choose-classification.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/global/choose-product.html.tmpl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/choose-classification.html.tmpl b/template/en/default/global/choose-classification.html.tmpl index 76789a2fc..a3aab9c29 100644 --- a/template/en/default/global/choose-classification.html.tmpl +++ b/template/en/default/global/choose-classification.html.tmpl @@ -21,7 +21,7 @@ <table> <tr> - <th align="right"> + <th> <a href="[% target FILTER uri %]?classification=__all [% IF cloned_bug_id %]&cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%] [%- IF format %]&format=[% format FILTER uri %][% END %]"> @@ -36,7 +36,7 @@ [% FOREACH class = classifications %] <tr> - <th align="right"> + <th> <a href="[% target FILTER uri %]?classification=[% class.name FILTER uri -%] [%- IF cloned_bug_id %]&cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%] [%- IF format %]&format=[% format FILTER uri %][% END %]"> diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl index dfa0b002a..35a1f94a4 100644 --- a/template/en/default/global/choose-product.html.tmpl +++ b/template/en/default/global/choose-product.html.tmpl @@ -40,7 +40,7 @@ [% FOREACH p = c.products %] <tr> - <th align="right" valign="top"> + <th valign="top"> <a href="[% target %]?product=[% p.name FILTER uri -%] [%- IF cloned_bug_id %]&cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%] [%- IF format %]&format=[% format FILTER uri %][% END %]"> |