summaryrefslogtreecommitdiff
path: root/includes/pear/Text/Wiki/Render/Creole.php
blob: 4eb9a5eaa03e7b20b5fe7cd756faf7de15912091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

class Text_Wiki_Render_Creole extends Text_Wiki_Render {

    function pre()
    {
        return;
    }

    function post()
    {
        return;
    }

}
?>