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/components | |
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/components')
-rw-r--r-- | template/en/default/admin/components/confirm-delete.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl index 82bf018b3..bbd5ce200 100644 --- a/template/en/default/admin/components/confirm-delete.html.tmpl +++ b/template/en/default/admin/components/confirm-delete.html.tmpl @@ -24,8 +24,8 @@ from '[% product.name FILTER html %]' product <table border="1" cellpadding="4" cellspacing="0"> <tr bgcolor="#6666FF"> - <th valign="top" align="left">Field</th> - <th valign="top" align="left">Value</th> + <th valign="top" class="left">Field</th> + <th valign="top" class="left">Value</th> </tr> <tr> <td valign="top">Component:</td> |