mothra: don't insert newline after div (thanks phil9)
This commit is contained in:
parent
bb250c4c3b
commit
c20f68f801
1 changed files with 2 additions and 0 deletions
|
@ -965,6 +965,8 @@ void plrdhtml(char *name, int fd, Www *dst, int killimgs){
|
|||
g.spacc=0;
|
||||
break;
|
||||
case Tag_div:
|
||||
g.spacc=0;
|
||||
break;
|
||||
case Tag_br:
|
||||
case Tag_wbr:
|
||||
g.spacc=0;
|
||||
|
|
Loading…
Reference in a new issue