host/agent: fix header tags

This commit is contained in:
Thomas Gelf 2016-02-05 16:39:09 +01:00
parent 73f34e7f29
commit 242d8aa5a0
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
$cert = $this->escape($this->certname); $cert = $this->escape($this->certname);
$master = $this->escape($this->master); $master = $this->escape($this->master);
?> ?>
<h3>When using the node wizard</h3> <h2>When using the node wizard</h2>
<p>Ticket salt: <?= $this->escape($ticket) ?></p> <p>Ticket salt: <?= $this->escape($ticket) ?></p>
<h3>Linux commandline</h3> <h2>Linux commandline</h2>
<p>Just copy &amp; paste this script (and please scroll down for a corresponding icinga2.cfg):</p> <p>Just copy &amp; paste this script (and please scroll down for a corresponding icinga2.cfg):</p>
<pre> <pre>
#!/bin/bash #!/bin/bash