0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00

[ci] format

This commit is contained in:
Simon He 2024-07-17 13:04:41 +00:00 committed by Emanuele Stoppa
parent 1bf863e5c9
commit 567986d5f1

View file

@ -711,8 +711,8 @@ class ErrorOverlay extends HTMLElement {
})
.join(' ');
el.innerHTML = text.trim();
} else {
el.innerHTML = text.trim();
} else {
el.textContent = text.trim();
}
}