This commit is contained in:
parent
5f0ac7efdb
commit
19d4c280df
|
@ -37,7 +37,7 @@ interface LatestStatus {
|
|||
h2.innerHTML += " - " + timeAgo(latestEntry.updated);
|
||||
|
||||
p.style.textAlign = "end";
|
||||
p.innerText = latestEntry.status;
|
||||
p.innerHTML = decodeURIComponent(latestEntry.status); // I trust status.cafe, and myself with the contents of this string.
|
||||
|
||||
statusElement.appendChild(h2);
|
||||
statusElement.appendChild(p);
|
||||
|
|
Loading…
Reference in a new issue