Small bugfix
This commit is contained in:
parent
e483a8a450
commit
bafc4edb78
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ dolist(const char *begin, const char *end) {
|
|||
ADDC(buffer,i) = '\0';
|
||||
while(buffer[--i] == '\n') buffer[i] = '\0';
|
||||
fputs("<li>",stdout);
|
||||
process(buffer,i+1+buffer);
|
||||
process(buffer,i+2+buffer);
|
||||
fputs("</li>\n",stdout);
|
||||
}
|
||||
puts(ul ? "</ul>" : "</ol>");
|
||||
|
|
Loading…
Add table
Reference in a new issue