includes/wikiengine/Render/Plain/Include.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_Include extends Text_Wiki_Render {    
    function token()
    {
        return '';
    }
}
?>