includes/wikiengine/Render/Plain.php
author Dan
Fri, 15 May 2009 15:04:40 -0400
changeset 984 18f5a15b810c
parent 1 fe660c52c48f
permissions -rw-r--r--
Installer: payload: fixed two minor PHP errors with .htaccess.new and wrong form field name

<?php

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