Fix HTML syntax errors by @Dakraid

Original commit: fd4babab31
This commit is contained in:
Cohee
2025-05-29 21:38:55 +03:00
parent e1e2d3e726
commit 1cbc4ac65b
8 changed files with 10 additions and 11 deletions

View File

@@ -3807,7 +3807,7 @@
<input id="instruct_derived" type="checkbox" style="display:none;" />
<small><i class="fa-solid fa-bolt menu_button margin0"></i></small>
</label>
<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">
<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">
<input id="instruct_bind_to_context" type="checkbox" style="display:none;" />
<small><i class="fa-solid fa-link menu_button margin0"></i></small>
</label>
@@ -4124,7 +4124,7 @@
</small>
</label>
<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">
<input id="reasoning_max_additions" class="text_pole textarea_compact widthUnset" type="number" min="0" max="999"></textarea>
<input id="reasoning_max_additions" class="text_pole textarea_compact widthUnset" type="number" min="0" max="999" />
<small data-i18n="Max">Max</small>
</div>
</div>
@@ -6669,7 +6669,6 @@
<span id="completion_prompt_manager_popup_entry_source"></span>
</div>
<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>
</textarea>
</div>
<div class="completion_prompt_manager_popup_entry_form_footer">
<a id="completion_prompt_manager_popup_entry_form_close" title="close" data-i18n="[title]close" class="fa-solid fa-close menu_button"></a>

View File

@@ -3,7 +3,7 @@
File Name
</label>
<input type="text" class="text_pole" id="notepadFileName" name="notepadFileName" value="" />
<labels>
<label>
File Content
</label>
<textarea id="notepadFileContent" name="notepadFileContent" class="text_pole textarea_compact monospace flex1" placeholder="Enter your notes here."></textarea>

View File

@@ -52,7 +52,7 @@
<label for="expression_custom" data-i18n="Custom Expressions">Custom Expressions</label>
<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>
<div class="flex-container">
<select id="expression_custom" class="flex1 margin0"><select>
<select id="expression_custom" class="flex1 margin0"></select>
<i id="expression_custom_add" class="menu_button fa-solid fa-plus margin0" title="Add"></i>
<i id="expression_custom_remove" class="menu_button fa-solid fa-xmark margin0" title="Remove"></i>
</div>

View File

@@ -23,7 +23,7 @@
<option value="bing">Bing</option>
<option value="oneringtranslator">OneRingTranslator</option>
<option value="yandex">Yandex</option>
<select>
</select>
<select id="deepl_api_endpoint" class="margin0 text_pole flex1" title="DeepL API Endpoint">
<option value="free">Free</option>
<option value="pro">Pro</option>

View File

@@ -7,7 +7,8 @@
<div class="inline-drawer-content">
<div id="tts_status">
</div>
<span data-i18n="Select TTS Provider">Select TTS Provider</span> </br>
<span data-i18n="Select TTS Provider">Select TTS Provider</span>
<br>
<div class="tts_block">
<select id="tts_provider" class="flex1">
</select>
@@ -83,5 +84,4 @@
</div>
</div>
</div>
</div>
</div>

View File

@@ -1,5 +1,5 @@
<h3 data-i18n="Import Characters">Import Characters</h3>
<h4 data-i18n="Enter the URL of the content to import">Enter the URL of the content to import</h3>
<h4 data-i18n="Enter the URL of the content to import">Enter the URL of the content to import</h4>
<div class="sources_list justifyLeft">
<span data-i18n="Supported sources:">Supported sources:</span><br>
<ul class="marginTop5 li-padding-bot5">

View File

@@ -1,4 +1,4 @@
<div>
<div data-i18n="Are you sure you want to delete the theme?">Are you sure you want to delete the theme?</div>
<b>"{{themeName}}"<b>
<b>"{{themeName}}"</b>
</div>

View File

@@ -1 +1 @@
<div id="extensionsMenuButton" style="display: none;" class="fa-solid fa-magic-wand-sparkles interactable" title="Extensions" data-i18n="[title]Extensions" /></div>
<div id="extensionsMenuButton" style="display: none;" class="fa-solid fa-magic-wand-sparkles interactable" title="Extensions" data-i18n="[title]Extensions"></div>