Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
248 jpm 1
<?php
2
 
3
class Text_Wiki_Render_Latex_Newline extends Text_Wiki_Render {
4
 
5
 
6
    function token($options)
7
    {
8
        return "\n";
9
    }
10
}
11
 
12
?>