Rev 1987 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php class Text_Wiki_Render_Xhtml_Newline extends Text_Wiki_Render { function token($options) { return "<br />\n"; } } ?>
<?php
class Text_Wiki_Render_Xhtml_Newline extends Text_Wiki_Render {
function token($options)
{
return "<br />\n";
}
?>