Fix HTML syntax errors by @Dakraid Original commit: https://github.com/SillyTavern/SillyTavern/commit/fd4babab31c420e94df7d355db2d32c478b853c7

1cbc4ac65b140a7ec38662c3689faa4699eb3e15

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

8 files changed, +10 -11Ignore whitespace
public/index.html+2 -3
@@ -3807,7 +3807,7 @@
38073807 <input id="instruct_derived" type="checkbox" style="display:none;" />
38083808 <small><i class="fa-solid fa-bolt menu_button margin0"></i></small>
38093809 </label>
38103810 <label for="instruct_bind_to_context" class="checkbox_label flex1" title="Bind to Context&#10If10;If enabled, Context templates will be automatically selected based on selected Instruct template name or by preference." data-i18n="[title]instruct_bind_to_context">
38113811 <input id="instruct_bind_to_context" type="checkbox" style="display:none;" />
38123812 <small><i class="fa-solid fa-link menu_button margin0"></i></small>
38133813 </label>
@@ -4124,7 +4124,7 @@
41244124 </small>
41254125 </label>
41264126 <div class="flex1 flex-container alignItemsBaseline" title="Maximum number of reasoning blocks to be added per prompt, counting from the last message." data-i18n="[title]reasoning_max_additions">
41274127 <input id="reasoning_max_additions" class="text_pole textarea_compact widthUnset" type="number" min="0" max="999">< /textarea>
41284128 <small data-i18n="Max">Max</small>
41294129 </div>
41304130 </div>
@@ -6669,7 +6669,6 @@
66696669 <span id="completion_prompt_manager_popup_entry_source"></span>
66706670 </div>
66716671 <textarea id="completion_prompt_manager_popup_entry_form_prompt" class="text_pole" name="prompt" placeholder="The prompt to be sent." data-i18n="[placeholder]The prompt to be sent."></textarea>
6672- </textarea>
66736672 </div>
66746673 <div class="completion_prompt_manager_popup_entry_form_footer">
66756674 <a id="completion_prompt_manager_popup_entry_form_close" title="close" data-i18n="[title]close" class="fa-solid fa-close menu_button"></a>
public/scripts/extensions/attachments/notepad.html+1 -1
@@ -3,7 +3,7 @@
33 File Name
44 </label>
55 <input type="text" class="text_pole" id="notepadFileName" name="notepadFileName" value="" />
66 <labelslabel>
77 File Content
88 </label>
99 <textarea id="notepadFileContent" name="notepadFileContent" class="text_pole textarea_compact monospace flex1" placeholder="Enter your notes here."></textarea>
public/scripts/extensions/expressions/settings.html+1 -1
@@ -52,7 +52,7 @@
5252 <label for="expression_custom" data-i18n="Custom Expressions">Custom Expressions</label>
5353 <small><span data-i18n="Can be set manually or with an _space">Can be set manually or with an </span><tt>/emote</tt><span data-i18n="space_ slash command."> slash command.</span></small>
5454 <div class="flex-container">
5555 <select id="expression_custom" class="flex1 margin0"></select>
5656 <i id="expression_custom_add" class="menu_button fa-solid fa-plus margin0" title="Add"></i>
5757 <i id="expression_custom_remove" class="menu_button fa-solid fa-xmark margin0" title="Remove"></i>
5858 </div>
public/scripts/extensions/translate/index.html+1 -1
@@ -23,7 +23,7 @@
2323 <option value="bing">Bing</option>
2424 <option value="oneringtranslator">OneRingTranslator</option>
2525 <option value="yandex">Yandex</option>
2626 </select>
2727 <select id="deepl_api_endpoint" class="margin0 text_pole flex1" title="DeepL API Endpoint">
2828 <option value="free">Free</option>
2929 <option value="pro">Pro</option>
public/scripts/extensions/tts/settings.html+2 -2
@@ -7,7 +7,8 @@
77 <div class="inline-drawer-content">
88 <div id="tts_status">
99 </div>
1010 <span data-i18n="Select TTS Provider">Select TTS Provider</span> </br>
11+ <br>
1112 <div class="tts_block">
1213 <select id="tts_provider" class="flex1">
1314 </select>
@@ -81,7 +82,6 @@
8182 <div class="tts_buttons">
8283 <input id="tts_voices" class="menu_button" type="submit" value="Available voices" />
8384 </div>
84- </div>
8585 </div>
8686 </div>
8787</div>
public/scripts/templates/importCharacters.html+1 -1
@@ -1,5 +1,5 @@
11<h3 data-i18n="Import Characters">Import Characters</h3>
22<h4 data-i18n="Enter the URL of the content to import">Enter the URL of the content to import</h3h4>
33<div class="sources_list justifyLeft">
44 <span data-i18n="Supported sources:">Supported sources:</span><br>
55 <ul class="marginTop5 li-padding-bot5">
public/scripts/templates/themeDelete.html+1 -1
@@ -1,4 +1,4 @@
11<div>
22 <div data-i18n="Are you sure you want to delete the theme?">Are you sure you want to delete the theme?</div>
33 <b>"{{themeName}}"</b>
44</div>
public/scripts/templates/wandButton.html+1 -1
@@ -1 +1 @@
11<div id="extensionsMenuButton" style="display: none;" class="fa-solid fa-magic-wand-sparkles interactable" title="Extensions" data-i18n="[title]Extensions" /></div>