Rev 1987 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php class Text_Wiki_Render_Plain extends Text_Wiki_Render { function pre() { return; } function post() { return; } } ?>
<?php
class Text_Wiki_Render_Plain extends Text_Wiki_Render {
function pre()
{
return;
}
function post()
?>