Fix: add missing quotes to index.html

e7c9496a619d600ce8bf2548b80d9d8561e16d74

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/index.html+1 -1
@@ -4954,7 +4954,7 @@
4954 <input id="mesIDDisplayEnabled" type="checkbox" />4954 <input id="mesIDDisplayEnabled" type="checkbox" />
4955 <small data-i18n="Message IDs">Message IDs</small>4955 <small data-i18n="Message IDs">Message IDs</small>
4956 </label>4956 </label>
4957 <label for="hideChatAvatarsEnabled" class="checkbox_label" title="Hide avatars, only in chat messages. data-i18n="[title]Hide avatars, only in chat messages.>4957 <label for="hideChatAvatarsEnabled" class="checkbox_label" title="Hide avatars, only in chat messages." data-i18n="[title]Hide avatars, only in chat messages.">
4958 <input id="hideChatAvatarsEnabled" type="checkbox" />4958 <input id="hideChatAvatarsEnabled" type="checkbox" />
4959 <small data-i18n="Hide Chat Avatars">Hide Chat Avatars</small>4959 <small data-i18n="Hide Chat Avatars">Hide Chat Avatars</small>
4960 </label>4960 </label>