summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/html.source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/html.source.sh b/lib/html.source.sh
index ac604c9..03bbb45 100644
--- a/lib/html.source.sh
+++ b/lib/html.source.sh
@@ -111,7 +111,7 @@ html::fromgmi () {
echo "</pre><br />"
is_plain=no
else
- html::encode "$line" | html::process_inline
+ html::encode "$line"
fi
continue
fi