summaryrefslogtreecommitdiff
path: root/smu.c
diff options
context:
space:
mode:
Diffstat (limited to 'smu.c')
-rw-r--r--smu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smu.c b/smu.c
index 30b57ea..69bb525 100644
--- a/smu.c
+++ b/smu.c
@@ -366,7 +366,7 @@ doparagraph(const char *begin, const char *end, int newblock) {
p = end;
if(p - begin <= 1)
return 0;
- fputs("<p>\n", stdout);
+ fputs("<p>", stdout);
process(begin, p, 0);
fputs("</p>\n", stdout);
return -(p - begin);