Skip to content

Commit

Permalink
monitoring/show: choose fitting header tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Jun 15, 2015
1 parent 56d67de commit 59ef6ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -75,11 +75,11 @@ if (isset($delCommentForm)) {

?>
<li class="comment-item">
<h4>
<h3>
<span class="author"><?= $this->escape($comment->author) ?></span>
<?= $this->timeAgo($comment->timestamp) ?>
<?= $deleteButton ?>
</h4>
</h3>
<p><span class="sr-only">(<?= $this->translate('Comment'); ?>): </span><?= str_replace(array('\r\n', '\n'), '<br>', $commentText) ?></p>
</li>
<?php endforeach ?>
Expand Down
@@ -1,6 +1,6 @@
<tr class="newsection">
<td colspan="2">
<h4 class="customvar"><?= $this->translate('Custom variables') ?></h4>
<h2 class="customvar"><?= $this->translate('Custom variables') ?></h2>
</td>
</tr>
<?php
Expand Down
@@ -1,5 +1,5 @@
<div class="pluginoutput">
<h4><?= $this->translate('Plugin Output') ?></h4>
<h2><?= $this->translate('Plugin Output') ?></h2>
<?= $this->pluginOutput($object->output) ?>
<?= $this->pluginOutput($object->long_output) ?>
</div>

0 comments on commit 59ef6ff

Please sign in to comment.