From e5a1866e9787dea9da40ed08f538f98db1c035cb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 3 Feb 2018 11:52:30 +0100 Subject: [PATCH] Remove space from end of line --- Theme/Backend/clients-list.tpl.php | 2 +- Theme/Backend/clients-profile.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/clients-list.tpl.php b/Theme/Backend/clients-list.tpl.php index 96ff191..a973331 100644 --- a/Theme/Backend/clients-list.tpl.php +++ b/Theme/Backend/clients-list.tpl.php @@ -77,7 +77,7 @@ echo $this->getData('nav')->render(); ?> - $value) : $count++; + $value) : $count++; $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/sales/client/profile?{?}&id=' . $value->getId()); ?> printHtml($value->getNumber()); ?> diff --git a/Theme/Backend/clients-profile.tpl.php b/Theme/Backend/clients-profile.tpl.php index 12e6fc3..6ac3127 100644 --- a/Theme/Backend/clients-profile.tpl.php +++ b/Theme/Backend/clients-profile.tpl.php @@ -16,7 +16,7 @@ $client = $this->getData('client'); /** * @var \phpOMS\Views\View $this */ -echo $this->getData('nav')->render(); +echo $this->getData('nav')->render(); ?>