mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-23 22:38:41 +00:00
Remove space from end of line
This commit is contained in:
parent
78e6c0ce79
commit
c974340d1a
|
|
@ -61,7 +61,7 @@ class Event
|
|||
private $media = [];
|
||||
|
||||
private $progress = 0;
|
||||
|
||||
|
||||
private $progressType = ProgressType::MANUAL;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user