includes/wikiengine/Render/Plain.php
author Dan
Wed, 13 Aug 2008 08:56:18 -0400
changeset 693 f21aa64d050a
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed that exception that was thrown on draft save in fx3

<?php

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