includes/wikiformat.php
changeset 1078 67a4c839c7e1
parent 1073 b19a9bcb6a45
child 1081 745200a9cc2a
--- 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'
     );
   
   /**