includes/wikiengine/Render/Plain.php
author Dan
Thu, 20 Sep 2007 11:27:49 -0400
changeset 139 070ff1509cc2
parent 1 fe660c52c48f
permissions -rw-r--r--
Sync Oxygen Bleu and Mint; fixed list-style-image ref and ordered lists getting bulleted

<?php

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