Skip to content

Commit 8858b72

Browse files
committed
Fix footnotes: Remove duplicate footnote 5 from left side
Footnote 5 (logarithmic blood loss) should ONLY appear in the deviations section (right side) because it's a deviation from the original article. No footnote needed on the left side.
1 parent 9cf3891 commit 8858b72

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

src/components/Footer.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,6 @@
9696
<sup>4)</sup>
9797
{{ $t("sub4") }} (EV)
9898
</div>
99-
<div>
100-
<sup>5)</sup>
101-
{{ $t("sub6") }}
102-
<div id="formel2">
103-
<i>{{ $t("formel6a") }}</i> = <i>BV</i> × ln(
104-
<i>HKT</i><sub>{{ $t("formel6b") }}</sub> /
105-
<i>HKT</i><sub>{{ $t("formel6c") }}</sub>) + EK/MAT-Korrektur
106-
</div>
107-
</div>
10899
</div>
109100
<div class="col-3">
110101
<div>

src/views/Haemostaseologie.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@
302302
<tr>
303303
<td class="warn">
304304
{{ $t("blutVerlust") }} (logarithmisch)
305-
<sup>5)</sup>
306305
</td>
307306
<td>
308307
:

0 commit comments

Comments
 (0)