Escape HTML

This commit is contained in:
Dmitry Lyzo
2022-01-30 00:27:26 +03:00
parent 08cbc5aa8f
commit 59adbc348a
60 changed files with 245 additions and 192 deletions
@@ -79,7 +79,7 @@ import ServerConnections from '../../components/ServerConnections';
const text = button.querySelector('.button-text');
if (text) {
text.innerHTML = button.title;
text.innerText = button.title;
}
}