summaryrefslogtreecommitdiff
path: root/http/bin
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2026-09-08 09:47:34 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2026-09-08 09:47:34 +0100
commitaa43bbeee25ea585dfc356ec03bfcd208ccad410 (patch)
tree7968e22a4cc9136d6cc7b86e0abf85eab4929f26 /http/bin
parent7dc7ac78e6ba55c4ebf4f201481092ece0970a98 (diff)
don't print rest of line after ```
Diffstat (limited to 'http/bin')
-rwxr-xr-xhttp/bin/gmi2upphtml1
1 files changed, 0 insertions, 1 deletions
diff --git a/http/bin/gmi2upphtml b/http/bin/gmi2upphtml
index 8638d0a..07d9623 100755
--- a/http/bin/gmi2upphtml
+++ b/http/bin/gmi2upphtml
@@ -176,7 +176,6 @@ do
close_all_open_blocks_except pre
echo "<pre>"
is_in_preformatted_block=1
- echo "$(escape_upphtml "$(echo "$line" | cut -c4-)")"
else
echo "</pre>"
is_in_preformatted_block=0