From 3051fc81158e2b33bf22a7335f1971f10f48f561 Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:58:19 +0100 Subject: [PATCH] Fix formatting issues in SpEL section of Java.md --- Server Side Template Injection/Java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server Side Template Injection/Java.md b/Server Side Template Injection/Java.md index 45dc186..84981a8 100644 --- a/Server Side Template Injection/Java.md +++ b/Server Side Template Injection/Java.md @@ -370,7 +370,7 @@ ${ new groovy.lang.GroovyClassLoader().parseClass("@groovy.transform.ASTTest(val ### SpEL - Basic Injection -> 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 `${ }`. ```java ${7*7}