diff options
Diffstat (limited to 'includes/pear/Text/Wiki/Render/Plain/Newline.php')
| -rw-r--r-- | includes/pear/Text/Wiki/Render/Plain/Newline.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/includes/pear/Text/Wiki/Render/Plain/Newline.php b/includes/pear/Text/Wiki/Render/Plain/Newline.php new file mode 100644 index 0000000..7c7903e --- /dev/null +++ b/includes/pear/Text/Wiki/Render/Plain/Newline.php @@ -0,0 +1,12 @@ +<?php + +class Text_Wiki_Render_Plain_Newline extends Text_Wiki_Render { + + + function token($options) + { + return "\n"; + } +} + +?>
\ No newline at end of file |
