diff options
Diffstat (limited to 'includes/pear/Text/Wiki/Render/Plain/Heading.php')
| -rw-r--r-- | includes/pear/Text/Wiki/Render/Plain/Heading.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/includes/pear/Text/Wiki/Render/Plain/Heading.php b/includes/pear/Text/Wiki/Render/Plain/Heading.php deleted file mode 100644 index 306f2bf..0000000 --- a/includes/pear/Text/Wiki/Render/Plain/Heading.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php - -class Text_Wiki_Render_Plain_Heading extends Text_Wiki_Render { - - function token($options) - { - if ($options['type'] == 'end') { - return "\n\n"; - } else { - return "\n"; - } - } -} -?>
\ No newline at end of file |
