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

@@ -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>