includes/wikiengine/Render/Plain.php
author Dan
Sun, 01 Jul 2007 14:15:46 -0400
changeset 33 143d3ee32f3c
parent 1 fe660c52c48f
permissions -rw-r--r--
No code changes - trying once again to get rid of execute permissions on non-directories

<?php

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