From 14d67849583c68ab0b0ff719abd1347a7d9bf8c8 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Mon, 1 Jul 2024 09:29:41 +0200 Subject: templates: preserve formatting in script output Use
 instead of  to display command output, as 
preserves the new lines and the format of its inner text.
---
 ogcp/templates/actions/script_output.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ogcp/templates/actions/script_output.html b/ogcp/templates/actions/script_output.html
index a491f4c..efbccf4 100644
--- a/ogcp/templates/actions/script_output.html
+++ b/ogcp/templates/actions/script_output.html
@@ -64,7 +64,7 @@
         
         
-

{{ client['output'] }}

+

{{ client['output'] }}

-- cgit v1.2.3-18-g5258