Removing todo
This commit is contained in:
parent
92eb29f9ed
commit
10dd2c4265
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ dolist(const char *begin, const char *end, int newblock) {
|
||||||
}
|
}
|
||||||
ADDC(buffer,i) = '\0';
|
ADDC(buffer,i) = '\0';
|
||||||
fputs("<li>",stdout);
|
fputs("<li>",stdout);
|
||||||
process(buffer,buffer+i,isblock); //TODO
|
process(buffer,buffer+i,isblock);
|
||||||
fputs("</li>\n",stdout);
|
fputs("</li>\n",stdout);
|
||||||
}
|
}
|
||||||
fputs(ul ? "</ul>\n" : "</ol>\n",stdout);
|
fputs(ul ? "</ul>\n" : "</ol>\n",stdout);
|
||||||
|
|
Loading…
Add table
Reference in a new issue