monitoring: Fix h2 tag in the list/hosts view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 14:59:28 +02:00
parent d107d18a3d
commit f391114fc8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if (! $this->compact): ?>
<?= $this->tabs ?>
<div class="dontprint">
<?= $this->render('list/components/selectioninfo.phtml') ?>
<h2 class="tinystatesummary" <?= $this->compact ? ' data-base-target="col1"' : '' ?>
<h2 class="tinystatesummary" <?= $this->compact ? ' data-base-target="col1"' : '' ?>>
<?= $this->render('list/components/hostssummary.phtml') ?>
</h2>
</div>