includes/wikiengine/Render/Plain.php
author Dan
Tue, 19 Feb 2008 08:27:00 -0500
changeset 434 265725bb0ba6
parent 1 fe660c52c48f
permissions -rw-r--r--
Merging a stray change from Nighthawk (probably release tagging)

<?php

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