From 50e9f611e7846c938da584d67798a8836c308699 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 29 Nov 2021 20:08:14 +0100 Subject: [PATCH] fix bugs --- Theme/Backend/surveys-create.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/surveys-create.tpl.php b/Theme/Backend/surveys-create.tpl.php index 480e099..a4072a2 100644 --- a/Theme/Backend/surveys-create.tpl.php +++ b/Theme/Backend/surveys-create.tpl.php @@ -95,7 +95,7 @@ echo $this->getData('nav')->render(); ?>
printHtml($survey->getL11n()->title); ?>
getL11n()->description)) : ?> -
getL11n()->description; ?>
+
getL11n()->description; ?>
getElements(); foreach ($elements as $element) { @@ -119,7 +119,7 @@ echo $this->getData('nav')->render(); ?> echo '
'; echo '
' . $this->printHtml($element->getL11n()->text) . '
'; echo !empty($element->getL11n()->description) - ? '
' . $element->getL11n()->description . '
' + ? '
' . $element->getL11n()->description . '
' : ''; echo '
';