Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.2

Bug #15717 Header shouldn't need a following empty line
Submitted: 2009-01-22 10:52 UTC
From: muszek Assigned: mic
Status: Closed Package: Text_Wiki_Creole (version 1.0.1)
PHP Version: 5.2.6 OS: Ubuntu
Roadmaps: (Not assigned)    
Subscription  


 [2009-01-22 10:52 UTC] muszek (Mateusz Mucha)
Description: ------------ When a header's line is immediately followed with a line of text, that text gets placed in a header tag as well. Problematic text = header first paragraph Text_Wiki_Creole renders it as: <h1 id="toc2">header first paragraph</h1> I checked one of other Creole engines to be sure (http://www.ivan.fomichev.name/2008/04/javascript-creole-10-wiki-markup-parser.html) and it rendered it as: <h1>header</h1><p>first paragraph </p>

Comments

 [2009-01-22 13:30 UTC] mic (Michele Tomaiuolo)
Thank you for taking the time to report a problem with the package. This problem may have been already fixed by a previous change that is in the CVS of the package. Please log into CVS with: cvs -d :pserver:cvsread@cvs.php.net:/repository login and check out the CVS repository of this package and upgrade cvs -d :pserver:cvsread@cvs.php.net:/repository co pear/Text_Wiki_Creole pear upgrade pear/Text_Wiki_Creole/package2.xml or pear upgrade pear/Text_Wiki_Creole/package.xml If you are able to reproduce the bug with the latest CVS, please change the status back to "Open". Again, thank you for your continued support of PEAR.
 [2009-01-24 09:41 UTC] mic (Michele Tomaiuolo)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.
 [2009-01-26 11:45 UTC] muszek (Mateusz Mucha)
I'm trying to get the CVS version and get this error: muszek@bobek:/tmp/pear_cvs$ cvs -d :pserver:cvsread@cvs.php.net:/repository co pear/Text_Wiki_Creole cvs checkout: warning: new-born pear/Text_Wiki_Creole has disappeared I'm not that familiar with CVS.
 [2009-01-26 11:59 UTC] mic (Michele Tomaiuolo)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. Try this command: cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -d Text pear/Text_Wiki/Text