Opened 5 years ago

Closed 5 years ago

#1485454 closed Bugs (fixed)

unclosed label

Reported by: tensor Owned by:
Priority: 5 Milestone: 0.2-stable
Component: User Interface Version: 0.2-beta
Severity: trivial Keywords:
Cc:

Description

=== skins/default/templates/settings.html
==================================================================
--- skins/default/templates/settings.html       (revision 1986)
+++ skins/default/templates/settings.html       (local)
@@ -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>
 

Change History (1)

comment:1 Changed 5 years ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [6afdd695].

Note: See TracTickets for help on using tickets.