From b0b3323c3fcec3d6fcd6ff74acdcadaf66f87a3d Mon Sep 17 00:00:00 2001 From: arino Date: Mon, 30 Jun 2003 15:12:28 +0900 Subject: [PATCH] =?utf8?q?BugTrack/406=E3=81=AE=E7=B6=9A=E3=81=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html.php b/html.php index 81437e0..3553e5e 100644 --- a/html.php +++ b/html.php @@ -2,7 +2,7 @@ ///////////////////////////////////////////////// // PukiWiki - Yet another WikiWikiWeb clone. // -// $Id: html.php,v 1.85 2003/06/30 04:47:28 arino Exp $ +// $Id: html.php,v 1.86 2003/06/30 06:12:28 arino Exp $ // // ËÜʸ¤ò½ÐÎÏ @@ -308,7 +308,7 @@ function make_heading(&$str,$strip=TRUE) $id = ''; if (preg_match('/^(\*{0,3})(.*?)\[#([A-Za-z][\w-]+)\](.*?)$/m',$str,$matches)) { - $str = ($strip ? '' : $matches[1]).$matches[2].$matches[4]; + $str = $matches[2].$matches[4]; $id = $matches[3]; } else -- 2.11.0