includes/wikiengine/Render/Plain/Tighten.php
author Dan
Thu, 26 Jun 2008 16:56:52 -0400
changeset 583 c97d5f0d6636
parent 1 fe660c52c48f
permissions -rw-r--r--
Installer should work with JS componentization now

<?php
class Text_Wiki_Render_Plain_Tighten extends Text_Wiki_Render {
    
    
    function token()
    {
        return '';
    }
}
?>