From 22a80863d51682b61af42c088a418811bcedd959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikel=20Mart=C3=ADn?= Date: Wed, 27 May 2020 13:18:35 +0200 Subject: [PATCH] MDL-68844 formslib: Fix inline layout for static elements --- lib/form/templates/element-group-inline.mustache | 2 +- lib/form/templates/element-group.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/form/templates/element-group-inline.mustache b/lib/form/templates/element-group-inline.mustache index 2d3022edffc82..bdddf75317b53 100644 --- a/lib/form/templates/element-group-inline.mustache +++ b/lib/form/templates/element-group-inline.mustache @@ -1,6 +1,6 @@ {{< core_form/element-template-inline }} {{$element}} -
+
{{#element.elements}} {{{separator}}} {{{html}}} diff --git a/lib/form/templates/element-group.mustache b/lib/form/templates/element-group.mustache index 4664a09029257..54c21dfe7fd57 100644 --- a/lib/form/templates/element-group.mustache +++ b/lib/form/templates/element-group.mustache @@ -9,7 +9,7 @@ {{$element}}
{{label}} -
+
{{#element.elements}} {{{separator}}} {{{html}}}