Add missing space and line break

75485f2d7d5c3941e4d87d33dd5abe05769847a5

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

2 files changed, +2 -2Ignore whitespace
public/scripts/templates/itemizationChat.html+1 -1
@@ -139,7 +139,7 @@
139139 <div class="">{{finalPromptTokens}}</div>
140140 </div>
141141 <div class="flex-container wide100p">
142142 <div class="flex1"><span data-i18n="Max Context">Max Context</span>&nbsp;<small data-i18n="(Context Size - Response Length)">(Context Size - Response Length)</small><span data-i18n=":">:</span></div>
143143 <div class="">{{thisPrompt_max_context}}</div>
144144 </div>
145145 </div>
public/scripts/templates/themeDelete.html+1 -1
@@ -1,4 +1,4 @@
11<div>
22 <spandiv data-i18n="Are you sure you want to delete the theme?">Are you sure you want to delete the theme?</spandiv>
33 <b>"{{themeName}}"<b>
44</div>