Remove space from end of line

This commit is contained in:
Dennis Eichhorn 2018-02-03 11:52:30 +01:00
parent 78e6c0ce79
commit c974340d1a
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ class Event
private $media = [];
private $progress = 0;
private $progressType = ProgressType::MANUAL;
/**

View File

@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
<tr>
<td colspan="5">
<tbody>
<?php $count = 0; foreach ($events as $key => $value) : $count++;
<?php $count = 0; foreach ($events as $key => $value) : $count++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/eventmanagement/profile?{?}&id=' . $value->getId());?>
<tr data-href="<?= $url; ?>">
<td data-label="<?= $this->getHtml('Name') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->getName()); ?></a>