1<?php
2class Text_Wiki_Render_Xhtml_Include extends Text_Wiki_Render {
3    function token()
4    {
5        return '';
6    }
7}
8?>