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

Bug #5863 mixed <ul> <ol> when using * and #
Submitted: 2005-11-04 09:56 UTC
From: stefan dot kilp at gmx dot net Assigned: toggg
Status: Closed Package: Text_Wiki
PHP Version: 5.0.5 OS: linux
Roadmaps: (Not assigned)    
Subscription  


 [2005-11-04 09:56 UTC] stefan dot kilp at gmx dot net
Description: ------------ output gets mixed, see result below Test script: --------------- ---- demo2.txt * ein * zwei # nummer # vier ---- end of file ---- demo2.php $filename = 'demo2.txt'; require_once 'Text/Wiki.php'; $handle = fopen($filename, "r"); $contents = fread($handle, filesize($filename)); fclose($handle); $wiki =& new Text_Wiki(); $xhtml = $wiki->transform($contents, 'Xhtml'); echo $xhtml; ---- Expected result: ---------------- * ein * zwei 1.nummer 1. vier ---- or * ein * zwei 1. nummer 1. vier Actual result: -------------- * ein * zwei * nummer 1.vier

Comments

 [2005-11-04 19:58 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!