Skip to content

Commit 716313d

Browse files
committed
fix: add the replace for ideScript
1 parent 44420b6 commit 716313d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/src/main/java/io/snyk/eclipse/plugin/html/BaseHtmlProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public String replaceCssVariables(String html) {
127127
htmlStyled = htmlStyled.replace("${headerEnd}", "");
128128
htmlStyled = htmlStyled.replace("${nonce}", nonce);
129129
htmlStyled = htmlStyled.replace("ideNonce", nonce);
130+
htmlStyled = htmlStyled.replace("${ideScript}", "");
130131

131132
return htmlStyled;
132133
}

0 commit comments

Comments
 (0)