We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c487ed commit 3c063a8Copy full SHA for 3c063a8
1 file changed
Server Side Template Injection/Java.md
@@ -370,7 +370,7 @@ ${ new groovy.lang.GroovyClassLoader().parseClass("@groovy.transform.ASTTest(val
370
371
### SpEL - Basic Injection
372
373
-> SpEL has built-in templating system using #{ }, but SpEL is also commonly used for interpolation using ${ }
+> SpEL has built-in templating system using `#{ }`, but SpEL is also commonly used for interpolation using `${ }``.
374
375
```java
376
${7*7}
@@ -472,7 +472,7 @@ ${pageContext.request.getSession().setAttribute("admin",true)}
472
473
### OGNL - Basic Injection
474
475
-> OGNL can be used with different tags like ${ }
+> OGNL can be used with different tags like `${ }`
476
477
478
7*7
0 commit comments