summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
Diffstat (limited to 'http')
-rwxr-xr-xhttp/bin/gmi2upphtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/http/bin/gmi2upphtml b/http/bin/gmi2upphtml
index 433aa8d..044bedd 100755
--- a/http/bin/gmi2upphtml
+++ b/http/bin/gmi2upphtml
@@ -106,6 +106,7 @@ do
if [ $is_in_preformatted_block -ne 0 ]
then
if [ "$(echo "$line" | cut -c1-3)" = "\`\`\`" ]
+ then
echo "</code></pre>"
is_in_preformatted_block=0
else