diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2026-09-08 09:47:34 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2026-09-08 09:47:34 +0100 |
| commit | aa43bbeee25ea585dfc356ec03bfcd208ccad410 (patch) | |
| tree | 7968e22a4cc9136d6cc7b86e0abf85eab4929f26 | |
| parent | 7dc7ac78e6ba55c4ebf4f201481092ece0970a98 (diff) | |
don't print rest of line after ```
| -rwxr-xr-x | http/bin/gmi2upphtml | 1 |
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 |
