diff options
author | Christopher Trom <chtrom@gmail.com> | 2013-08-30 10:46:24 +0200 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-08-30 10:46:24 +0200 |
commit | 56dc0a41954b488c1490895eef280bb63db66baf (patch) | |
tree | 97c54d0d0314e41d85d035037acf4908a99e30ab /template/en/default/admin/classifications | |
parent | 27bb05807772ff578f6b953fa4d1ec3164a2d34b (diff) | |
download | bugzilla-56dc0a41954b488c1490895eef280bb63db66baf.tar.gz bugzilla-56dc0a41954b488c1490895eef280bb63db66baf.tar.xz |
Bug 547311 - Remove the "align" attribute from <th>
r=simon, a=sgreen
Diffstat (limited to 'template/en/default/admin/classifications')
-rw-r--r-- | template/en/default/admin/classifications/del.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/classifications/del.html.tmpl b/template/en/default/admin/classifications/del.html.tmpl index 215db848f..83e0812ab 100644 --- a/template/en/default/admin/classifications/del.html.tmpl +++ b/template/en/default/admin/classifications/del.html.tmpl @@ -12,8 +12,8 @@ <table border=1 cellpadding=4 cellspacing=0> <tr bgcolor="#6666ff"> - <th valign="top" align="left">Part</th> - <th valign="top" align="left">Value</th> + <th valign="top" class="left">Part</th> + <th valign="top" class="left">Value</th> </tr><tr> <td valign="top">Classification:</td> |