From dcdea6993d17be425d6bf4aa3f8b44b793ed979f Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 8 Sep 2026 09:48:21 +0100 Subject: gemtext pre's are rendered to
 not just 

---
 http/bin/gmi2upphtml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'http/bin/gmi2upphtml')

diff --git a/http/bin/gmi2upphtml b/http/bin/gmi2upphtml
index 07d9623..ace3ef2 100755
--- a/http/bin/gmi2upphtml
+++ b/http/bin/gmi2upphtml
@@ -174,10 +174,10 @@ do
     if [ $is_in_preformatted_block -eq 0 ]
     then
       close_all_open_blocks_except pre
-      echo "
"
+      echo "
"
       is_in_preformatted_block=1
     else
-      echo "
" + echo "
" is_in_preformatted_block=0 fi continue -- cgit v1.2.3