From 81ef1d135e3aea77d9314d5c2bf5386fca10e83f Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Tue, 6 Oct 2009 01:30:07 +0000 Subject: comment out dynvars since there is no way to turn them off --- plugins/format.tikiwiki.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/format.tikiwiki.php b/plugins/format.tikiwiki.php index 179dd62..47abd5a 100644 --- a/plugins/format.tikiwiki.php +++ b/plugins/format.tikiwiki.php @@ -1,6 +1,6 @@
$data='
'.$data.'
'; } +*/ // Replace boxes - add a new line that we can have something like: ^!heading^ without the need for a \n after the initial ^ - \n will be removed below $data = preg_replace("/\^([^\^]+)\^/", "
\n$1
", $data); -- cgit v1.3