includes/wikiengine/Render/Plain.php
author Dan
Mon, 04 May 2009 23:06:33 -0400
changeset 951 745cccc6b97d
parent 1 fe660c52c48f
permissions -rw-r--r--
Admin: Home: Properly handles Request_HTTP exceptions now

<?php

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