includes/wikiengine/Render/Plain.php
author Dan
Sun, 15 Mar 2009 11:09:02 -0400
changeset 867 fc4e242995d4
parent 1 fe660c52c48f
permissions -rw-r--r--
Moved gzip and aggressive_optimize_html calls to output.php

<?php

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