includes/wikiengine/Render/Plain.php
author Dan
Sat, 06 Oct 2007 13:18:30 -0400
changeset 164 54c79adfb694
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed comment stripping in sanitize_html()

<?php

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