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