summaryrefslogtreecommitdiff
path: root/includes/pear/Text/Wiki/Render/Plain.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pear/Text/Wiki/Render/Plain.php')
-rw-r--r--includes/pear/Text/Wiki/Render/Plain.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/includes/pear/Text/Wiki/Render/Plain.php b/includes/pear/Text/Wiki/Render/Plain.php
new file mode 100644
index 0000000..e1b02a8
--- /dev/null
+++ b/includes/pear/Text/Wiki/Render/Plain.php
@@ -0,0 +1,16 @@
+<?php
+
+class Text_Wiki_Render_Plain extends Text_Wiki_Render {
+
+ function pre()
+ {
+ return;
+ }
+
+ function post()
+ {
+ return;
+ }
+
+}
+?> \ No newline at end of file