includes/wikiengine/Render/Plain.php
author Dan
Sun, 12 Apr 2009 19:25:07 -0400
changeset 900 c5409416b61b
parent 1 fe660c52c48f
permissions -rw-r--r--
Index: minor fix-up to code cleanliness under diff loading

<?php

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