From 95ea0e616dc418feda46cd4adb2022a94eaef8e3 Mon Sep 17 00:00:00 2001 From: Alexander Fuhr Date: Mon, 3 Aug 2015 13:05:41 +0200 Subject: [PATCH] components/downtime: Add the missing php script tag refs #8845 --- .../application/views/scripts/show/components/downtime.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/monitoring/application/views/scripts/show/components/downtime.phtml b/modules/monitoring/application/views/scripts/show/components/downtime.phtml index e4341d45a..889ec0508 100644 --- a/modules/monitoring/application/views/scripts/show/components/downtime.phtml +++ b/modules/monitoring/application/views/scripts/show/components/downtime.phtml @@ -104,8 +104,8 @@ if (isset($delDowntimeForm)) {

escape($downtime->author_name) ?> - translate('Added %s.'), $this->timeAgo($downtime->entry_time)) ?> - is_in_effect) { + translate('Added %s.'), $this->timeAgo($downtime->entry_time)) ?> + is_in_effect) { printf($this->translate('Expires %s.'), $this->timeUntil($downtime->end)); } ?>