0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-24 23:21:57 -05:00

[ci] format

This commit is contained in:
Simon He 2024-07-17 13:04:41 +00:00 committed by astrobot-houston
parent 6e459f03c6
commit f4870e59ec

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();
}
}