components/downtime: Add the missing php script tag

refs #8845
This commit is contained in:
Alexander Fuhr 2015-08-03 13:05:41 +02:00
parent ea5db51213
commit 95ea0e616d

View File

@ -104,8 +104,8 @@ if (isset($delDowntimeForm)) {
<h3> <h3>
<span class="author"><?= $this->escape($downtime->author_name) ?></span> <span class="author"><?= $this->escape($downtime->author_name) ?></span>
<span class="info"> <span class="info">
<? printf($this->translate('Added %s.'), $this->timeAgo($downtime->entry_time)) ?> <?php printf($this->translate('Added %s.'), $this->timeAgo($downtime->entry_time)) ?>
<? if ($downtime->is_in_effect) { <?php if ($downtime->is_in_effect) {
printf($this->translate('Expires %s.'), $this->timeUntil($downtime->end)); printf($this->translate('Expires %s.'), $this->timeUntil($downtime->end));
} ?> } ?>
</span> </span>