Skip to content

Commit 3c063a8

Browse files
authored
Fix formatting for SpEL and OGNL examples in Java.md
1 parent 5c487ed commit 3c063a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Server Side Template Injection

Server Side Template Injection/Java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ ${ new groovy.lang.GroovyClassLoader().parseClass("@groovy.transform.ASTTest(val
370370
371371
### SpEL - Basic Injection
372372
373-
> SpEL has built-in templating system using #{ }, but SpEL is also commonly used for interpolation using ${ }
373+
> SpEL has built-in templating system using `#{ }`, but SpEL is also commonly used for interpolation using `${ }``.
374374

375375
```java
376376
${7*7}
@@ -472,7 +472,7 @@ ${pageContext.request.getSession().setAttribute("admin",true)}
472472

473473
### OGNL - Basic Injection
474474

475-
> OGNL can be used with different tags like ${ }
475+
> OGNL can be used with different tags like `${ }`
476476

477477
```java
478478
7*7

0 commit comments

Comments
 (0)