mothra: render <p> tag with no ident, offset with blank lines

This commit is contained in:
stanley lieber 2011-10-02 19:59:49 -05:00
parent 252d48d331
commit 45fb395c2b

View file

@ -864,7 +864,8 @@ void plrdhtml(char *name, int fd, Www *dst){
} }
break; break;
case Tag_p: case Tag_p:
g.para=1; pl_linespace(&g);
g.linebrk=1;
g.spacc=0; g.spacc=0;
break; break;
case Tag_listing: case Tag_listing: