diff options
Diffstat (limited to 'includes/pear/Text/Wiki/Render/Plain/Anchor.php')
| -rw-r--r-- | includes/pear/Text/Wiki/Render/Plain/Anchor.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/includes/pear/Text/Wiki/Render/Plain/Anchor.php b/includes/pear/Text/Wiki/Render/Plain/Anchor.php deleted file mode 100644 index f24f467..0000000 --- a/includes/pear/Text/Wiki/Render/Plain/Anchor.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -/** -* -* This class renders an anchor target name in XHTML. -* -* @author Manuel Holtgrewe <purestorm at ggnore dot net> -* -* @author Paul M. Jones <pmjones at ciaweb dot net> -* -* @package Text_Wiki -* -*/ - -class Text_Wiki_Render_Plain_Anchor extends Text_Wiki_Render { - - function token($options) - { - return $options['name']; - } -} - -?> |
