Fix "special comments" option on web interface (#956)
authorNg Yik Phang <ngyikp@gmail.com>
Fri, 14 Jul 2017 12:26:50 +0000 (20:26 +0800)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 14 Jul 2017 12:26:50 +0000 (14:26 +0200)
docs/index.html

index 9c829b7..d0b009a 100644 (file)
               </select>
             </li>
             <li class="fine-grained-options__option">
-              <select class="settings__option settings__option--select js-settings-option" id="level_1_keep_special_comments" name="level[1][keepSpecialComments]">
-                <option value="*" selected>Special comments: keep all</option>
+              <select class="settings__option settings__option--select js-settings-option" id="level_1_special_comments" name="level[1][specialComments]">
+                <option value="all" selected>Special comments: keep all</option>
                 <option value="1">Special comments: remove all but the first one</option>
                 <option value="0">Special comments: remove all</option>
               </select>