From: <ru...@us...> - 2009-03-25 11:30:54
|
Revision: 6703 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6703&view=rev Author: rurban Date: 2009-03-25 11:30:52 +0000 (Wed, 25 Mar 2009) Log Message: ----------- break long line Modified Paths: -------------- trunk/lib/BlockParser.php Modified: trunk/lib/BlockParser.php =================================================================== --- trunk/lib/BlockParser.php 2009-03-25 10:28:43 UTC (rev 6702) +++ trunk/lib/BlockParser.php 2009-03-25 11:30:52 UTC (rev 6703) @@ -368,7 +368,8 @@ if (!is_object($_regexpset)) { // nowiki_wikicreole must be before template_plugin $Block_types = array - ('nowiki_wikicreole', 'template_plugin', 'placeholder', 'oldlists', 'list', 'dl', 'table_dl', 'table_wikicreole', 'table_mediawiki', + ('nowiki_wikicreole', 'template_plugin', 'placeholder', 'oldlists', 'list', 'dl', + 'table_dl', 'table_wikicreole', 'table_mediawiki', 'blockquote', 'heading', 'heading_wikicreole', 'hr', 'pre', 'email_blockquote', 'plugin', 'plugin_wikicreole', 'p'); // insert it before p! This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |