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

Bug #9154 Tiki Paragraph renderer error
Submitted: 2006-10-24 17:26 UTC
From: varga dot attila dot 75 at freemail dot hu Assigned: rodrigosprimo
Status: Closed Package: Text_Wiki_Tiki (version 0.0.1)
PHP Version: 5.1.6 OS: Windows
Roadmaps: (Not assigned)    
Subscription  


 [2006-10-24 17:26 UTC] varga dot attila dot 75 at freemail dot hu (Attila Varga)
Description: ------------ The function token in class Text_Wiki_Render_Tiki_Paragraph is incomlete: function token($options) { return ''; } Test script: --------------- This works better: function token($options) { if ($options['type'] == 'start') { return ''; } else { return "\n\n"; } }

Comments

 [2009-06-10 01:04 UTC] rodrigosprimo (Rodrigo Sampaio Primo)
My only concern about this solution is that it will add a new line at the end of the file. Although I'm not sure if this is a real problem. I will look at this in the next days to see if I come up with a solution without adding the new line at the end of the file. Ideas?
 [2009-06-10 22:57 UTC] rodrigosprimo (Rodrigo Sampaio Primo)
The following patch has been added/updated: Patch Name: text_wiki_render_paragraph Revision: 1244656667 URL: http://pear.php.net/bugs/patch-display.php?bug=9154&patch=text_wiki_render_paragraph&revision=1244656667&display=1
 [2009-06-10 23:12 UTC] rodrigosprimo (Rodrigo Sampaio Primo)
The patch I sent does not considerer the issue I mentionet on my last comment. I thought this was ok as the Creole render use the same solution.
 [2009-06-14 08:23 UTC] rodrigosprimo (Rodrigo Sampaio Primo)
-Status: Open +Status: Closed -Assigned To: +Assigned To: rodrigosprimo