includes/wikiengine/Render/Plain.php
author Dan
Tue, 22 Jul 2008 15:07:14 -0500
changeset 652 26ce2694d43f
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed MiniPrompt message boxes causing the window to scroll up

<?php

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