includes/wikiengine/Render/Plain.php
author Dan
Sat, 21 Mar 2009 19:11:30 -0400
changeset 879 9788f2b7e08a
parent 1 fe660c52c48f
permissions -rw-r--r--
Corrected a few display issues in Postgres DBAL. Thanks Neal.

<?php

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