Fix for character export HTML
This commit is contained in:
parent
2f2a4fca35
commit
800c94cb93
|
@ -1,4 +1,4 @@
|
|||
<div class="row">
|
||||
<a class="export-promptmanager-prompts-character list-group-item" data-i18n="Export for character">Export for character</a>
|
||||
<span class="tooltip fa-solid fa-info-circle" data-i18n="[title]Export prompts for this character, including their order." title="Export prompts for this character, including their order."></span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</div>
|
||||
{{#if isGlobalStrategy}}
|
||||
{{else}}
|
||||
{{exportForCharacter}}
|
||||
{{{exportForCharacter}}}
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
<a class="menu_button fa-file-export fa-solid" id="prompt-manager-export" title="Export this prompt list" data-i18n="[title]Export this prompt list"></a>
|
||||
<a class="menu_button fa-undo fa-solid" id="prompt-manager-reset-character" title="Reset current character" data-i18n="[title]Reset current character"></a>
|
||||
<a class="menu_button fa-plus-square fa-solid" title="New prompt" data-i18n="[title]New prompt"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
</li>
|
||||
<li class="{{prefix}}prompt_manager_list_separator">
|
||||
<hr>
|
||||
</li>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue