includes/wikiengine/Render/Plain.php
author Dan
Sat, 04 Apr 2009 22:24:49 -0400
changeset 892 668e6a9adf99
parent 1 fe660c52c48f
permissions -rw-r--r--
Oxygen (and general): cleaned up sidebar CSS, wikitext blocks are now sent through alternate block

<?php

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