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 $media = [];
private $progress = 0; private $progress = 0;
private $progressType = ProgressType::MANUAL; private $progressType = ProgressType::MANUAL;
/** /**

View File

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