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