diff -r 7f621a3a9cbf -r 67a4c839c7e1 includes/wikiformat.php --- a/includes/wikiformat.php Sun Aug 09 01:26:57 2009 -0400 +++ b/includes/wikiformat.php Sun Aug 09 01:27:45 2009 -0400 @@ -60,11 +60,11 @@ private $rules = array( 'lang', 'templates', + 'blockquote', 'tables', 'heading', // note: can't be named list ("list" is a PHP language construct) 'multilist', - 'blockquote', 'bold', 'italic', 'underline', @@ -72,7 +72,8 @@ 'externalnotext', 'image', 'internallink', - 'paragraph' + 'paragraph', + 'blockquotepost' ); /**