From 5228845d4ad5d6c361d225b6d6acd36640436418 Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Tue, 16 Nov 2021 19:20:56 +0000 Subject: [PATCH] Fix being able to POST configure node page (should fix some unit tests too) --- core/src/main/resources/lib/form/section.jelly | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/core/src/main/resources/lib/form/section.jelly b/core/src/main/resources/lib/form/section.jelly index ddf11d2ce024..88ccd5d1afad 100644 --- a/core/src/main/resources/lib/form/section.jelly +++ b/core/src/main/resources/lib/form/section.jelly @@ -38,12 +38,14 @@ THE SOFTWARE. -
- -
- ${title} -
-
- -
+ +
+ +
+ ${title} +
+
+ +
+
\ No newline at end of file