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 ff91c4e..d99220b 100644
--- a/lib/html.source.sh
+++ b/lib/html.source.sh
@@ -106,7 +106,7 @@ html::fromgmi () {
elif [[ "$is_plain" == yes ]]; then
if [[ "$line" == '```'* ]]; then
- echo "</pre><br />"
+ echo "</pre>"
is_plain=no
else
html::encode "$line"