Skip to content

Commit

Permalink
fix: add the replace for ideScript
Browse files Browse the repository at this point in the history
  • Loading branch information
acke committed Jan 30, 2025
1 parent 44420b6 commit 716313d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public String replaceCssVariables(String html) {
htmlStyled = htmlStyled.replace("${headerEnd}", "");
htmlStyled = htmlStyled.replace("${nonce}", nonce);
htmlStyled = htmlStyled.replace("ideNonce", nonce);
htmlStyled = htmlStyled.replace("${ideScript}", "");

return htmlStyled;
}
Expand Down

0 comments on commit 716313d

Please sign in to comment.