includes/wikiengine/Render/Plain/Include.php
author Dan
Fri, 06 Jul 2007 11:04:38 -0400
changeset 47 d6361ccbd2bd
parent 1 fe660c52c48f
permissions -rw-r--r--
OK, that last commit only made things worse...it's fixed now.

<?php
class Text_Wiki_Render_Plain_Include extends Text_Wiki_Render {    
    function token()
    {
        return '';
    }
}
?>