Skip to content

Commit 471bdca

Browse files
Al2Klimovnilmerg
authored andcommitted
Remove whitespace around config which couldn't be stored
If I change settings in the web UI, but latter can't write to /etc/icingaweb2, it shows me the desired file contents, so I can deploy them myself – with strange whitespace around it.
1 parent c894333 commit 471bdca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

application/views/scripts/showConfiguration.phtml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@
2121
<?= $this->translate('In case you can access the file by yourself, you can open it and insert the config manually:'); ?>
2222
</p>
2323
<p>
24-
<pre>
25-
<code><?= $this->escape($configString); ?></code>
26-
</pre>
24+
<pre><code><?= $this->escape($configString); ?></code></pre>
2725
</p>

0 commit comments

Comments
 (0)