Fix whitespaces

This commit is contained in:
Dennis Eichhorn 2018-09-21 23:16:49 +02:00
parent cdefe7cf62
commit d8aaf7f225

View File

@ -16,6 +16,6 @@
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this
*/ */
echo $this->getData('nav')->render(); echo $this->getData('nav')->render();
include __DIR__ . '/../../Interfaces/' . $this->getData('interface')->getInterfacePath() . '/import.tpl.php'; include __DIR__ . '/../../Interfaces/' . $this->getData('interface')->getInterfacePath() . '/import.tpl.php';