Bug 1264436 - Make enable persist logs option markup consistent with others;r=ntim draft
authorBrian Grinstead <bgrinstead@mozilla.com>
Wed, 13 Apr 2016 14:42:01 -0700
changeset 350490 d3e04198f8dc9a7162acbdc69125c45564e53487
parent 350489 17fd65ac53326996071a16fa2f72b364df2f3fdb
child 518352 dea25268798d3e49ca718489feafade4bcf4b8c8
push id15360
push userbgrinstead@mozilla.com
push dateWed, 13 Apr 2016 21:42:22 +0000
reviewersntim
bugs1264436
milestone48.0a1
Bug 1264436 - Make enable persist logs option markup consistent with others;r=ntim MozReview-Commit-ID: LZaRzOlggi1
devtools/client/framework/toolbox-options.xhtml
--- a/devtools/client/framework/toolbox-options.xhtml
+++ b/devtools/client/framework/toolbox-options.xhtml
@@ -40,17 +40,17 @@
                 data-pref="devtools.theme">
         <legend>&options.selectDevToolsTheme.label2;</legend>
       </fieldset>
 
       <fieldset id="commonprefs-options" class="options-groupbox">
         <legend>&options.commonPrefs.label;</legend>
         <label title="&options.enablePersistentLogs.tooltip;">
           <input type="checkbox" data-pref="devtools.webconsole.persistlog" />
-          &options.enablePersistentLogs.label;
+          <span>&options.enablePersistentLogs.label;</span>
         </label>
       </fieldset>
 
       <fieldset id="inspector-options" class="options-groupbox">
         <legend>&options.context.inspector;</legend>
         <label title="&options.showUserAgentStyles.tooltip;">
           <input type="checkbox"
                  data-pref="devtools.inspector.showUserAgentStyles"/>