includes/wikiengine/Render/Plain.php
author Dan
Fri, 21 Aug 2009 11:50:22 -0400
changeset 330 acf430dc25e7
parent 1 fe660c52c48f
permissions -rw-r--r--
SECURITY: Comments: fix poor sanitization of subject on initial submit

<?php

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