2 Oct 2005 18:51
tiki/lib/pear/Text/Wiki/Parse/Tiki Plugin.php,1.1,1.2
Update of /cvsroot/tikiwiki/tiki/lib/pear/Text/Wiki/Parse/Tiki
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29807
Modified Files:
Plugin.php
Log Message:
backport from pear : > is already > , too much greedy on the non quoted args (merci sylvieg)
Index: Plugin.php
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/lib/pear/Text/Wiki/Parse/Tiki/Plugin.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Plugin.php 30 Jul 2005 14:37:15 -0000 1.1
+++ Plugin.php 30 Sep 2005 20:19:44 -0000 1.2
<at> <at> -49,7 +49,7 <at> <at>
* <at> access public
* <at> var string
*/
- var $regexArgs = '#(\w+?)=>?("[^"]+"|\'[^\']+\'|[^"\'][^,]+)#';
+ var $regexArgs = '#(\w+?)=(?:>|>)?([^"\'][^,]+?|"[^"]+"|\'[^\']+\')#';
/**
*
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
(Continue reading)
RSS Feed