includes/wikiengine/Render/Plain.php
author Dan
Tue, 03 Jul 2007 14:07:35 -0400 (2007-07-03)
changeset 40 723bb7acf914
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed a lot of bugs with Safari and Konqueror; improved Opera compatibility
<?php

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