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