includes/wikiengine/Render/Plain.php
author Dan
Mon, 21 Jan 2008 15:38:50 -0500
changeset 363 2220bab5c784
parent 1 fe660c52c48f
permissions -rw-r--r--
Re-merged rev 35ed07abc99e, apparently didn't go through the first time.

<?php

class Text_Wiki_Render_Plain extends Text_Wiki_Render {
    
    function pre()
    {
        return;
    }
    
    function post()
    {
        return;
    }
    
}
?>