Skip to content

Commit

Permalink
Merge pull request #137 from Shivam7-1/patch-1
Browse files Browse the repository at this point in the history
Update options.js DOM text reinterpreted as HTML
  • Loading branch information
colmbuckley authored Apr 29, 2024
2 parents 1f644e9 + 97dcda9 commit 694b6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composekey/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function updateComposeFileStatus() {
const errors = document.getElementById('errors');
const warnings = document.getElementById('warnings');
for (let elem of [errors, warnings]) {
elem.innerHTML = '';
elem.innerText = '';
elem.style.display = 'none';
}

Expand Down

0 comments on commit 694b6d5

Please sign in to comment.