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 @@
3807 <input id="instruct_derived" type="checkbox" style="display:none;" />3807 <input id="instruct_derived" type="checkbox" style="display:none;" />
3808 <small><i class="fa-solid fa-bolt menu_button margin0"></i></small>3808 <small><i class="fa-solid fa-bolt menu_button margin0"></i></small>
3809 </label>3809 </label>
3810 <label for="instruct_bind_to_context" class="checkbox_label flex1" title="Bind to Context&#10If enabled, Context templates will be automatically selected based on selected Instruct template name or by preference." data-i18n="[title]instruct_bind_to_context">3810 <label for="instruct_bind_to_context" class="checkbox_label flex1" title="Bind to Context&#10;If enabled, Context templates will be automatically selected based on selected Instruct template name or by preference." data-i18n="[title]instruct_bind_to_context">
3811 <input id="instruct_bind_to_context" type="checkbox" style="display:none;" />3811 <input id="instruct_bind_to_context" type="checkbox" style="display:none;" />
3812 <small><i class="fa-solid fa-link menu_button margin0"></i></small>3812 <small><i class="fa-solid fa-link menu_button margin0"></i></small>
3813 </label>3813 </label>
@@ -4124,7 +4124,7 @@
4124 </small>4124 </small>
4125 </label>4125 </label>
4126 <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">4126 <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">
4127 <input id="reasoning_max_additions" class="text_pole textarea_compact widthUnset" type="number" min="0" max="999"></textarea>4127 <input id="reasoning_max_additions" class="text_pole textarea_compact widthUnset" type="number" min="0" max="999" />
4128 <small data-i18n="Max">Max</small>4128 <small data-i18n="Max">Max</small>
4129 </div>4129 </div>
4130 </div>4130 </div>
@@ -6669,7 +6669,6 @@
6669 <span id="completion_prompt_manager_popup_entry_source"></span>6669 <span id="completion_prompt_manager_popup_entry_source"></span>
6670 </div>6670 </div>
6671 <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>6671 <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>
6673 </div>6672 </div>
6674 <div class="completion_prompt_manager_popup_entry_form_footer">6673 <div class="completion_prompt_manager_popup_entry_form_footer">
6675 <a id="completion_prompt_manager_popup_entry_form_close" title="close" data-i18n="[title]close" class="fa-solid fa-close menu_button"></a>6674 <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 @@
3 File Name3 File Name
4 </label>4 </label>
5 <input type="text" class="text_pole" id="notepadFileName" name="notepadFileName" value="" />5 <input type="text" class="text_pole" id="notepadFileName" name="notepadFileName" value="" />
6 <labels>6 <label>
7 File Content7 File Content
8 </label>8 </label>
9 <textarea id="notepadFileContent" name="notepadFileContent" class="text_pole textarea_compact monospace flex1" placeholder="Enter your notes here."></textarea>9 <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 @@
52 <label for="expression_custom" data-i18n="Custom Expressions">Custom Expressions</label>52 <label for="expression_custom" data-i18n="Custom Expressions">Custom Expressions</label>
53 <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>53 <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>
54 <div class="flex-container">54 <div class="flex-container">
55 <select id="expression_custom" class="flex1 margin0"><select>55 <select id="expression_custom" class="flex1 margin0"></select>
56 <i id="expression_custom_add" class="menu_button fa-solid fa-plus margin0" title="Add"></i>56 <i id="expression_custom_add" class="menu_button fa-solid fa-plus margin0" title="Add"></i>
57 <i id="expression_custom_remove" class="menu_button fa-solid fa-xmark margin0" title="Remove"></i>57 <i id="expression_custom_remove" class="menu_button fa-solid fa-xmark margin0" title="Remove"></i>
58 </div>58 </div>
public/scripts/extensions/translate/index.html+1 -1
@@ -23,7 +23,7 @@
23 <option value="bing">Bing</option>23 <option value="bing">Bing</option>
24 <option value="oneringtranslator">OneRingTranslator</option>24 <option value="oneringtranslator">OneRingTranslator</option>
25 <option value="yandex">Yandex</option>25 <option value="yandex">Yandex</option>
26 <select>26 </select>
27 <select id="deepl_api_endpoint" class="margin0 text_pole flex1" title="DeepL API Endpoint">27 <select id="deepl_api_endpoint" class="margin0 text_pole flex1" title="DeepL API Endpoint">
28 <option value="free">Free</option>28 <option value="free">Free</option>
29 <option value="pro">Pro</option>29 <option value="pro">Pro</option>
public/scripts/extensions/tts/settings.html+2 -2
@@ -7,7 +7,8 @@
7 <div class="inline-drawer-content">7 <div class="inline-drawer-content">
8 <div id="tts_status">8 <div id="tts_status">
9 </div>9 </div>
10 <span data-i18n="Select TTS Provider">Select TTS Provider</span> </br>10 <span data-i18n="Select TTS Provider">Select TTS Provider</span>
11 <br>
11 <div class="tts_block">12 <div class="tts_block">
12 <select id="tts_provider" class="flex1">13 <select id="tts_provider" class="flex1">
13 </select>14 </select>
@@ -81,7 +82,6 @@
81 <div class="tts_buttons">82 <div class="tts_buttons">
82 <input id="tts_voices" class="menu_button" type="submit" value="Available voices" />83 <input id="tts_voices" class="menu_button" type="submit" value="Available voices" />
83 </div>84 </div>
84 </div>
85 </div>85 </div>
86 </div>86 </div>
87</div>87</div>
public/scripts/templates/importCharacters.html+1 -1
@@ -1,5 +1,5 @@
1<h3 data-i18n="Import Characters">Import Characters</h3>1<h3 data-i18n="Import Characters">Import Characters</h3>
2<h4 data-i18n="Enter the URL of the content to import">Enter the URL of the content to import</h3>2<h4 data-i18n="Enter the URL of the content to import">Enter the URL of the content to import</h4>
3<div class="sources_list justifyLeft">3<div class="sources_list justifyLeft">
4 <span data-i18n="Supported sources:">Supported sources:</span><br>4 <span data-i18n="Supported sources:">Supported sources:</span><br>
5 <ul class="marginTop5 li-padding-bot5">5 <ul class="marginTop5 li-padding-bot5">
public/scripts/templates/themeDelete.html+1 -1
@@ -1,4 +1,4 @@
1<div>1<div>
2 <div data-i18n="Are you sure you want to delete the theme?">Are you sure you want to delete the theme?</div>2 <div data-i18n="Are you sure you want to delete the theme?">Are you sure you want to delete the theme?</div>
3 <b>"{{themeName}}"<b>3 <b>"{{themeName}}"</b>
4</div>4</div>
public/scripts/templates/wandButton.html+1 -1
@@ -1 +1 @@
1<div id="extensionsMenuButton" style="display: none;" class="fa-solid fa-magic-wand-sparkles interactable" title="Extensions" data-i18n="[title]Extensions" /></div>1<div id="extensionsMenuButton" style="display: none;" class="fa-solid fa-magic-wand-sparkles interactable" title="Extensions" data-i18n="[title]Extensions"></div>