From 39d4240e2dfaa285e468bb1d0881682900ada12b Mon Sep 17 00:00:00 2001 From: inureyes Date: Sun, 9 Jan 2011 22:17:01 +0000 Subject: [PATCH] =?UTF-8?q?=20refs=20#1543=20=20=20*=20=EB=B2=84=EA=B7=B8?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/WikiCube/index.php | 4 ++-- plugins/WikiCube/index.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/WikiCube/index.php b/plugins/WikiCube/index.php index defb52f4b..847d25046 100644 --- a/plugins/WikiCube/index.php +++ b/plugins/WikiCube/index.php @@ -33,9 +33,9 @@ function WikiCube_FormatContent($target, $mother) { $context = Model_Context::getInstance(); $pattern = array( - '/\[\[(.*?)|(.*?)\]\]/' => '$1', + '/\[\[(.*?)\|(.*?)\]\]/' => '$1', '/\[\[tg:(.*?)\]\]/' => '$1', - '/\[\[ct:(.*?)\]\]/' => '$1' + '/\[\[ct:(.*?)\]\]/' => '$1', '/\[\[(.*?)\]\]/' => '$1' ); foreach ($pattern as $original => $replaced) diff --git a/plugins/WikiCube/index.xml b/plugins/WikiCube/index.xml index 5234c2a73..a17b2206a 100644 --- a/plugins/WikiCube/index.xml +++ b/plugins/WikiCube/index.xml @@ -2,7 +2,7 @@ WikiCube WikiCube - 0.12 + 0.13 Add Wiki-like environment to Textcube. GPL