Skip to content

Commit

Permalink
Fix #8450 and probably receive a bug-report for it :-)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@239625 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Moritz Venn committed Jul 12, 2007
1 parent fd715de commit 48b294a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text/Wiki/Parse/Mediawiki/Table.php
Expand Up @@ -64,7 +64,7 @@ class Text_Wiki_Parse_Table extends Text_Wiki_Parse {
* @see processCells()
*/
var $regexCells =
'#((?:^\||^!|\|\||!!|\G))(?:([^|\n]*?)\|(?!\|))?(.+?)(?=^\||^!|\|\||!!|\z)#msi';
'#((?:^\||^!|\|\||!!|\G))(?:([^|\n]*?)\|(?!\|))?(?:\n*)(.+?)(?:\n*)(?=^\||^!|\|\||!!|\z)#msi';

/**
* The current table nesting depth, starts by zero
Expand Down

0 comments on commit 48b294a

Please sign in to comment.