includes/wikiengine/Render/Plain.php
author Dan
Mon, 28 Dec 2009 16:52:41 -0500
changeset 335 59fee40b4644
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed a couple non-security sanitizer and editor bugs

<?php

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