diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-27 19:24:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 19:24:17 -0400 |
commit | 45627bd6e69324eb5b4ca86041ad44046d22f7f4 (patch) | |
tree | 539f75b00da481fb7afd4955deb4470040368b26 | |
parent | 502ca9c96ebd4f68bec2c56ebb48f80dc3c34e61 (diff) |
Fix class name (#961)
-rw-r--r-- | ext/bg/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 19a6d4e8..a412c271 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -168,7 +168,7 @@ <label><input type="checkbox" id="show-pitch-accent-downstep-notation" data-setting="general.showPitchAccentDownstepNotation"> Show downstep notation for pitch accents</label> </div> - <div class="checkbox options-position"> + <div class="checkbox options-advanced"> <label><input type="checkbox" id="show-pitch-accent-position-notation" data-setting="general.showPitchAccentPositionNotation"> Show position notation for pitch accents</label> </div> |