0
0
Fork 0

Replace superscript 1 with HTML entity

This commit is contained in:
Brain 2023-09-28 16:27:39 +02:00
parent 72e4359ab6
commit 1a46642434
Signed by untrusted user: Brain
GPG Key ID: 9CF47083EE57670D
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
<input accesskey="e" type="number" step="0.01" id="n" value="0.00"/>&thinsp;&euro;
</div>
<div>
<label for="ec">Entropie-Tarif&#x202F;¹</label><!-- ggf. k&uuml;nftig Grundlage wie Handbuch/Dokumentation verlinken -->
<label for="ec">Entropie-Tarif&#x202F;&sup1;</label><!-- ggf. k&uuml;nftig Grundlage wie Handbuch/Dokumentation verlinken -->
<select id="ec">
<option value="l" accesskey="l" name="low">Umsatz &leq; 1.000&nbsp;&euro;</option><!-- low: <=1 TEUR -->
<option value="h" accesskey="h" name="high">Umsatz &gt; 1.000&nbsp;&euro;</option><!-- high: >1 TEUR -->
@ -116,7 +116,7 @@
<button accesskey="r" id="b" type="button">Be<u>r</u>echnen</button>
</section>
<div class="footnotes">
¹&#x202F;Es wird der monatliche Umsatz zugrunde gelegt.
&sup1;&#x202F;Es wird der monatliche Umsatz zugrunde gelegt.
</div>
</fieldset>