summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs/prefs.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-01-07 20:26:08 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-01-07 20:26:08 +0100
commit98446d4f4473c2c06515ea606cd6643b13092e0c (patch)
treed8f270edd513326da1c1f95eed28adbbc99ecd54 /template/en/default/account/prefs/prefs.html.tmpl
parent2b574f4d63e4ada0db82ca5a56773b3acf771d78 (diff)
downloadbugzilla-98446d4f4473c2c06515ea606cd6643b13092e0c.tar.gz
bugzilla-98446d4f4473c2c06515ea606cd6643b13092e0c.tar.xz
Bug 952796: Remove HTML attributes which are obsolete in HTML5
r/a=justdave
Diffstat (limited to 'template/en/default/account/prefs/prefs.html.tmpl')
-rw-r--r--template/en/default/account/prefs/prefs.html.tmpl12
1 files changed, 3 insertions, 9 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl
index 2c560f5b6..4681299dd 100644
--- a/template/en/default/account/prefs/prefs.html.tmpl
+++ b/template/en/default/account/prefs/prefs.html.tmpl
@@ -85,16 +85,10 @@
[% IF current_tab.saveable %]
<input type="hidden" name="dosave" value="1">
-
[% UNLESS dont_show_button %]
- <table>
- <tr>
- <td width="150">&nbsp;</td>
- <td>
- <input type="submit" id="update" value="Submit Changes">
- </td>
- </tr>
- </table>
+ <p>
+ <input type="submit" id="update" value="Submit Changes">
+ </p>
[% END %]
</form>
[% END %]