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/admin/custom_fields | |
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/admin/custom_fields')
-rw-r--r-- | template/en/default/admin/custom_fields/edit-common.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/custom_fields/edit-common.html.tmpl b/template/en/default/admin/custom_fields/edit-common.html.tmpl index adf8d3ec4..b08b7f23d 100644 --- a/template/en/default/admin/custom_fields/edit-common.html.tmpl +++ b/template/en/default/admin/custom_fields/edit-common.html.tmpl @@ -78,7 +78,7 @@ value="[% field.sortkey FILTER html %]"> </td> - <th align="right"><label for="is_mandatory">Is mandatory:</label></th> + <th><label for="is_mandatory">Is mandatory:</label></th> <td> <input type="checkbox" id="is_mandatory" name="is_mandatory" value="1" [%- ' checked="checked"' IF field.is_mandatory %]> |