includes/wikiengine/Render/Plain.php
author Dan
Sun, 21 Dec 2008 17:32:03 -0500
changeset 783 368a07e59bfe
parent 1 fe660c52c48f
permissions -rw-r--r--
Minor cosmetic change to installer: bumped down Continue button on payload page by 12px

<?php

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