We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 732ba14 + fa01bbc commit 276a73cCopy full SHA for 276a73c
openlibrary/templates/account/privacy.html
@@ -13,7 +13,7 @@ <h1>$_("Privacy & Content Moderation Settings")</h1>
13
</div>
14
15
$def selected(value, value2):
16
- $if value == value2: checked="checked"
+ $if value == value2: checked
17
18
$ public_readlog = d.get('public_readlog', 'no')
19
$ safe_mode = d.get('safe_mode', 'no')
0 commit comments