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