make page creations visible in RSS feeds
[diogenes.git] / include / Text / Wiki / Render / Xhtml / Freelink.php
CommitLineData
6855525e
JL
1<?php
2
3require_once 'Text/Wiki/Render/Xhtml/Wikilink.php';
4
5class Text_Wiki_Render_Xhtml_Freelink extends Text_Wiki_Render_Xhtml_Wikilink {
6 // renders identically to wikilinks, only the parsing is different :-)
7}
8
9?>