summaryrefslogtreecommitdiff
path: root/pear/Text/Wiki/Render/Latex/Include.php
blob: f23d7a59b9b9011379074a062f16bee8034a250b (plain)
1
2
3
4
5
6
7
8
<?php
class Text_Wiki_Render_Latex_Include extends Text_Wiki_Render {    
    function token()
    {
        return '';
    }
}
?>