merge
This commit is contained in:
commit
f72373eaff
4 changed files with 3 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
#!/bin/rc
|
||||
fortune /lib/ken
|
|
@ -136,6 +136,7 @@ enum{
|
|||
Tag_cite,
|
||||
Tag_code,
|
||||
Tag_dd,
|
||||
Tag_div,
|
||||
Tag_dfn,
|
||||
Tag_dir,
|
||||
Tag_dl,
|
||||
|
|
|
@ -25,6 +25,7 @@ Tag tag[]={
|
|||
[Tag_dd] "dd", NOEND, /* OPTEND */
|
||||
[Tag_dfn] "dfn", END,
|
||||
[Tag_dir] "dir", END,
|
||||
[Tag_div] "div", NOEND, /* OPTEND */
|
||||
[Tag_dl] "dl", END,
|
||||
[Tag_dt] "dt", NOEND, /* OPTEND */
|
||||
[Tag_em] "em", END,
|
||||
|
|
|
@ -776,6 +776,7 @@ void plrdhtml(char *name, int fd, Www *dst){
|
|||
g.state->indent=20;
|
||||
g.spacc=0;
|
||||
break;
|
||||
case Tag_div:
|
||||
case Tag_br:
|
||||
g.spacc=0;
|
||||
g.linebrk=1;
|
||||
|
|
Loading…
Reference in a new issue