f04a7d40041a5f27f1fc0a1e77cd5bd9ada566c6
[diogenes.git] / include / Text / Wiki / Render / Xhtml / Include.php
1 <?php
2 class Text_Wiki_Render_Xhtml_Include extends Text_Wiki_Render {
3 function token()
4 {
5 return '';
6 }
7 }
8 ?>