monitoring: Remove trailing semicolon from inline echo tag in the service/show view script
refs #5543
This commit is contained in:
parent
8dbf33d4dd
commit
11cfdb2f15
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue