From 471bdca6c268b5b9050059c311eec0010b408e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Thu, 7 Aug 2025 11:26:03 +0200 Subject: [PATCH] Remove whitespace around config which couldn't be stored MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- application/views/scripts/showConfiguration.phtml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/application/views/scripts/showConfiguration.phtml b/application/views/scripts/showConfiguration.phtml index 682b349c9..1d4bfe73a 100644 --- a/application/views/scripts/showConfiguration.phtml +++ b/application/views/scripts/showConfiguration.phtml @@ -21,7 +21,5 @@ translate('In case you can access the file by yourself, you can open it and insert the config manually:'); ?>

-

-    escape($configString); ?>
-  
+
escape($configString); ?>