Fix rendering of www blog

This commit is contained in:
Andrew Pamment 2018-10-21 11:14:22 +10:00
parent b2cbfdfd91
commit d047a1205b

View File

@ -51,7 +51,6 @@ char *www_blog() {
stralloc_append1(&page, ' ');
continue;
}
++p;
stralloc_cats(&page, "</p><p>");
}
stralloc_cats(&page, "</p></div>");