import of Diogenes 0.9.18
[diogenes.git] / include / Text / Wiki / Render / Plain / Include.php
diff --git a/include/Text/Wiki/Render/Plain/Include.php b/include/Text/Wiki/Render/Plain/Include.php
new file mode 100644 (file)
index 0000000..445990a
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+class Text_Wiki_Render_Plain_Include extends Text_Wiki_Render {    
+    function token()
+    {
+        return '';
+    }
+}
+?>
\ No newline at end of file