import of Diogenes 0.9.18
[diogenes.git] / include / Text / Wiki / Render / Xhtml / Freelink.php
1 <?php
2
3 require_once 'Text/Wiki/Render/Xhtml/Wikilink.php';
4
5 class Text_Wiki_Render_Xhtml_Freelink extends Text_Wiki_Render_Xhtml_Wikilink {
6 // renders identically to wikilinks, only the parsing is different :-)
7 }
8
9 ?>