diff options
| -rwxr-xr-x | http/bin/gmi2upphtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/http/bin/gmi2upphtml b/http/bin/gmi2upphtml index 3d36409..afaf9ef 100755 --- a/http/bin/gmi2upphtml +++ b/http/bin/gmi2upphtml @@ -110,6 +110,8 @@ do then prefix="<pre><code>" is_first_line_of_preformatted_block=0 + else + prefix="" fi if [ "$(echo "$line" | cut -c1-3)" = "\`\`\`" ] then |
