alecpl
2008-10-05 6afdd695eb86aa537600722f621ebc3ddb7f409e
- fix unclosed label (#1485454)


1 files modified
2 ■■■ changed files
skins/default/templates/settings.html 2 ●●● patch | view | raw | blame | history
skins/default/templates/settings.html
@@ -25,7 +25,7 @@
</p>
<div class="advswitch">
<label for="advswitch"><roundcube:label name="advancedoptions"><label>
<label for="advswitch"><roundcube:label name="advancedoptions"></label>
<input type="checkbox" id="advswitch" name="_advanced" value="0" onclick="rcube_show_advanced(this.checked)" />
</div>