monitoring: Remove trailing semicolon from inline echo tag in the service/show view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 15:52:08 +02:00
parent 8dbf33d4dd
commit 11cfdb2f15
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<div class="controls separated">
<?php if (! $this->compact): ?>
<?= $this->tabs; ?>
<?= $this->tabs ?>
<?php endif ?>
<?= $this->render('partials/service/object-header.phtml') ?>
<h1><?= $this->translate("Service detail information") ?></h1>