Subversion Repositories Applications.papyrus

Rev

Rev 1087 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
248 jpm 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
?>