From 38eace55b05586a004895cfe4301fd1ef0e15090 Mon Sep 17 00:00:00 2001 From: Ioannis Rousochatzakis Date: Fri, 10 May 2024 17:44:19 +0200 Subject: [PATCH] Added variable declarations to fragment_invocation.ftl. --- .../resources/templates/xsl_markup/fragment_invocation.ftl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/xsl_markup/fragment_invocation.ftl b/src/main/resources/templates/xsl_markup/fragment_invocation.ftl index 86056a6..28e1793 100644 --- a/src/main/resources/templates/xsl_markup/fragment_invocation.ftl +++ b/src/main/resources/templates/xsl_markup/fragment_invocation.ftl @@ -6,9 +6,12 @@ --> + <#list variables as variable> + + <#list variables as variable> - + \ No newline at end of file