Skip to content

Commit

Permalink
Update debugger.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam7-1 authored Dec 27, 2024
1 parent 7868bef commit 205c4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/werkzeug/debug/shared/debugger.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function createConsole() {
function createConsoleOutput() {
const output = document.createElement("div");
output.classList.add("output");
output.innerHTML = "[console ready]";
output.textContent = "[console ready]";
return output;
}

Expand Down

0 comments on commit 205c4c0

Please # to comment.