includes/wikiengine/Render/Plain.php
author Dan
Sun, 21 Dec 2008 17:25:28 -0500
changeset 782 96848f04bbba
parent 1 fe660c52c48f
permissions -rw-r--r--
Corrected a few issues with languages and client-side code

<?php

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