Subversion Repositories Applications.papyrus

Rev

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

<?php

require_once 'Text/Wiki/Render/Xhtml/Wikilink.php';

class Text_Wiki_Render_Xhtml_Freelink extends Text_Wiki_Render_Xhtml_Wikilink {
    // renders identically to wikilinks, only the parsing is different :-)
}

?>