includes/wikiengine/Render/Plain.php
author Dan
Fri, 23 Jan 2009 22:03:39 -0500
changeset 819 7ef806a90d44
parent 1 fe660c52c48f
permissions -rw-r--r--
Installer: add RewriteBase to .htaccess to work properly under aliased Apache setups (generated 404s in QA)

<?php

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