FIX: html syntax for arrow
This commit is contained in:
parent
e95fa6e15a
commit
1cf7484c64
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ Module.register("MMM-covid19", {
|
|||
} else if (currentToLastWeekDiff > 0) {
|
||||
this.cases.trend = "<span class=warn>↗</span>";
|
||||
} else if (currentToLastWeekDiff == 0) {
|
||||
this.cases.trend = "&#rarr;";
|
||||
this.cases.trend = "→";
|
||||
} else if (currentToLastWeekDiff < 0) {
|
||||
this.cases.trend = "<span class=good>↘</span>";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue