diff --git a/options/options.js b/options/options.js index 1c5ca52..31f068b 100644 --- a/options/options.js +++ b/options/options.js @@ -135,12 +135,12 @@ function updateUI(restoredSettings) { function SetHostText(){ var hostid = document.getElementById('hostText'); - hostid.innerHTML = hosttext; + hostid.textContent = hosttext; } function SetPortText(){ var portid = document.getElementById('portText'); - portid.innerHTML = porttext; + portid.textContent = porttext; } function onError(e) {