From 53ce61eb1bbc745b5787325ef29d50de3230b4d4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 8 Oct 2022 21:34:58 +0200 Subject: [PATCH] fix tests --- Theme/Backend/entries.tpl.php | 2 +- Theme/Backend/gl-create.tpl.php | 2 +- tests/Bootstrap.php | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Theme/Backend/entries.tpl.php b/Theme/Backend/entries.tpl.php index 4861e06..c2ad998 100755 --- a/Theme/Backend/entries.tpl.php +++ b/Theme/Backend/entries.tpl.php @@ -55,7 +55,7 @@ $footerView->setResults(1); - + diff --git a/Theme/Backend/gl-create.tpl.php b/Theme/Backend/gl-create.tpl.php index 5b8ee32..4ea13a5 100755 --- a/Theme/Backend/gl-create.tpl.php +++ b/Theme/Backend/gl-create.tpl.php @@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 252a62f..d46fd31 100755 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -1,4 +1,5 @@ -