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