includes/wikiengine/Render/Plain.php
author Dan
Sat, 12 Jul 2008 12:34:19 -0400
changeset 644 9e8d3d376aee
parent 1 fe660c52c48f
permissions -rw-r--r--
Another dummy commit that Nighthawk insists on

<?php

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