summaryrefslogtreecommitdiff
path: root/includes/pear/Text/Wiki/Render/Creole/Tighten.php
blob: 67200d0bca6c7460ad5a9a1eff213bf1c93e221f (plain)
1
2
3
4
5
6
7
8
9
10
<?php

class Text_Wiki_Render_Creole_Tighten extends Text_Wiki_Render {

    function token()
    {
        return '';
    }
}
?>