includes/wikiengine/Render/Plain.php
author Dan
Mon, 16 Feb 2009 17:01:56 -0500
changeset 833 16054ea5b525
parent 1 fe660c52c48f
permissions -rw-r--r--
Damn, forgot to add the version insertion back into schema

<?php

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