Skip to content

Commit 276a73c

Browse files
authored
Merge pull request #11386 from 395ShikharSingh/11383/fix-checked-attribute
Fix: corrected bad value for checked attribute on Privacy & Content M…
2 parents 732ba14 + fa01bbc commit 276a73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openlibrary/templates/account/privacy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>$_("Privacy & Content Moderation Settings")</h1>
1313
</div>
1414

1515
$def selected(value, value2):
16-
$if value == value2: checked="checked"
16+
$if value == value2: checked
1717

1818
$ public_readlog = d.get('public_readlog', 'no')
1919
$ safe_mode = d.get('safe_mode', 'no')

0 commit comments

Comments
 (0)