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