diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-03 19:13:54 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-03 19:13:54 +0200 |
commit | 77043f8469ba8e7b64af5b0192b0297ded5c615f (patch) | |
tree | 6f8569cca9ba96488fe3149428421990f6410612 /skins/larry/templates/importcontacts.html | |
parent | f0928eac13b9161e251a779f229e37ec526fd590 (diff) |
Apply accessibility improvements to the settings section
Diffstat (limited to 'skins/larry/templates/importcontacts.html')
-rw-r--r-- | skins/larry/templates/importcontacts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/importcontacts.html b/skins/larry/templates/importcontacts.html index a670d0354..2bc1d4a26 100644 --- a/skins/larry/templates/importcontacts.html +++ b/skins/larry/templates/importcontacts.html @@ -15,7 +15,7 @@ </div> <div id="pluginbody" class="offset uibox contentbox"> -<h2 class="boxtitle"><roundcube:label name="importcontacts" /></h2> +<h1 class="boxtitle"><roundcube:label name="importcontacts" /></h1> <div id="import-box" class="boxcontent"> <roundcube:object name="importstep" class="propform" /> |