includes/wikiengine/Render/Plain.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 extends Text_Wiki_Render {
    
    function pre()
    {
        return;
    }
    
    function post()
    {
        return;
    }
    
}
?>