From: Alson K. <ar...@ya...> - 2004-07-18 18:18:56
|
All, I've been using PHPWiki for a week or so now and think that it's a great package. I do however have one question: This: *test1 *test2 *test3 **test4 **test5 **test6 *** test7 gets marked up as: <ul><li class="tightenable top bottom">test1</li> <li class="tightenable top bottom">test2</li> <li class="tightenable top"><p class="tightenable top bottom">test3</p> <ul><li class="tightenable top bottom">test4</li> <li class="tightenable top bottom">test5</li> <li class="tightenable top bottom"><p class="tightenable top bottom">test6</p> <ul><li class="tightenable top bottom"><u>test7</u></li> </ul> The extra <p> tags create odd breaks in the list structure and I would like to get rid of them. At present, I've modified the CSS to remove the border around <p>, but that's not a clean solution. Where in the PHP code would I modify this behavior? I've looked around, but haven't been able to find it. Version info follows. Thank you, Alson PHP 4.1.2 PHPWiki v1.3.10 May, 13 2004 using the DBM/db2 backend Wordpress theme __________________________________ Do you Yahoo!? Vote for the stars of Yahoo!'s next ad campaign! http://advision.webevents.yahoo.com/yahoo/votelifeengine/ |