includes/wikiengine/Render/Plain.php
author Dan
Mon, 11 Aug 2008 21:35:26 -0400
changeset 683 fcc494e02baf
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed a couple bugs in the check-for-updates code.

<?php

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