health and soul without span
This commit is contained in:
parent
0e2a054116
commit
fc355fb09c
3 changed files with 5 additions and 1 deletions
|
|
@ -5231,6 +5231,7 @@ function SingleEntryFill(section, entry) {
|
|||
}
|
||||
|
||||
textSuffix += "".concat(p, "<sup>(").concat(entry.amountTotal, ")</sup>");
|
||||
p = "";
|
||||
break;
|
||||
|
||||
case "soul":
|
||||
|
|
@ -5243,6 +5244,7 @@ function SingleEntryFill(section, entry) {
|
|||
}
|
||||
|
||||
textSuffix += "".concat(p, "<sup>(").concat(Math.round(entry.amountTotal / 33), ")</sup>");
|
||||
p = "";
|
||||
break;
|
||||
|
||||
case "notches":
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -369,6 +369,7 @@ function SingleEntryFill(section, entry) {
|
|||
|
||||
textSuffix += `${p}<sup>(${entry.amountTotal})</sup>`;
|
||||
|
||||
p = "";
|
||||
break;
|
||||
|
||||
case "soul":
|
||||
|
|
@ -382,6 +383,7 @@ function SingleEntryFill(section, entry) {
|
|||
|
||||
textSuffix += `${p}<sup>(${Math.round(entry.amountTotal / 33)})</sup>`;
|
||||
|
||||
p = "";
|
||||
break;
|
||||
|
||||
case "notches":
|
||||
|
|
|
|||
Loading…
Reference in a new issue