summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhttp/bin/gmi2upphtml4
1 files changed, 2 insertions, 2 deletions
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 "<pre>"
+ echo "<pre><code>"
is_in_preformatted_block=1
else
- echo "</pre>"
+ echo "</code></pre>"
is_in_preformatted_block=0
fi
continue