Differences From Artifact [b5af4fe5ac]:
- File src/wikiformat.c — part of check-in [6f0df6c741] at 2009-12-07 20:20:22 on branch trunk — Fixed the insertion of invalid P tags inside of UL and OL elements when autoparagraph is on. Bug was reported on the fossil mailing list by Stephan Beal. (user: jeremy_c size: 41069) [more...]
To Artifact [899dde24c9]:
- File src/wikiformat.c — part of check-in [239139a907] at 2009-12-07 22:29:33 on branch trunk — added second half of fix in #6f0df6c741 (user: stephan size: 41123)
| ︙ | |||
847 848 849 850 851 852 853 | 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 | - + |
p->inAutoParagraph = 1;
}
/*
** End a paragraph if we are in one.
*/
static void endAutoParagraph(Renderer *p){
|
| ︙ |