includes/wikiformat.php
changeset 32 4d87aad3c4c0
parent 1 fe660c52c48f
child 35 efae425e9b98
equal deleted inserted replaced
31:dc8741857bde 32:4d87aad3c4c0
    63     );
    63     );
    64 
    64 
    65     var $disable = array(
    65     var $disable = array(
    66         'Html',
    66         'Html',
    67         'Include',
    67         'Include',
    68         'Embed'
    68         'Embed',
       
    69         'Tighten'
    69     );
    70     );
    70 
    71 
    71     var $parseConf = array();
    72     var $parseConf = array();
    72 
    73 
    73     var $renderConf = array(
    74     var $renderConf = array(
   355           $this->loadParseObj($name);
   356           $this->loadParseObj($name);
   356 
   357 
   357           if (is_object($this->parseObj[$name])) {
   358           if (is_object($this->parseObj[$name])) {
   358             $this->parseObj[$name]->parse();
   359             $this->parseObj[$name]->parse();
   359           }
   360           }
       
   361           // For debugging
       
   362           // echo('<p>' . $name . ':</p><pre>'.htmlspecialchars($this->source).'</pre>');
   360         }
   363         }
   361       }
   364       }
   362     }
   365     }
   363 
   366 
   364     function render($format = 'Xhtml')
   367     function render($format = 'Xhtml')