includes/wikiformat.php
changeset 32 4d87aad3c4c0
parent 1 fe660c52c48f
child 35 efae425e9b98
--- a/includes/wikiformat.php	Thu Jun 28 15:26:40 2007 -0400
+++ b/includes/wikiformat.php	Sun Jul 01 14:08:39 2007 -0400
@@ -65,7 +65,8 @@
     var $disable = array(
         'Html',
         'Include',
-        'Embed'
+        'Embed',
+        'Tighten'
     );
 
     var $parseConf = array();
@@ -357,6 +358,8 @@
           if (is_object($this->parseObj[$name])) {
             $this->parseObj[$name]->parse();
           }
+          // For debugging
+          // echo('<p>' . $name . ':</p><pre>'.htmlspecialchars($this->source).'</pre>');
         }
       }
     }