From cf77f1c3813fda6357ffef1dd1258da3232e9765 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 13 Jun 2013 13:57:04 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=82=A8=EC=9D=98=20css=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=9C=84=EC=97=90=20=EB=B9=88=EC=A4=84=EC=9D=B4=20?= =?UTF-8?q?=EC=97=86=EB=8A=94=20=EA=B2=BD=EC=9A=B0=20=EC=A0=9C=EB=8C=80?= =?UTF-8?q?=EB=A1=9C=20CAPTURE=20=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94?= =?UTF-8?q?=20=EC=98=A4=EB=A5=98=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index bb0f6a2cd..34dbb6532 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -1964,7 +1964,7 @@ function html_end() $buffer = ob_get_contents(); ob_end_clean(); preg_match('#(.*)#is', $buffer, $bodys); - preg_match_all('/(\r|\n)]+>/i', $bodys[0], $links); + preg_match_all('/(\r|\n)?]+>/i', $bodys[0], $links); $stylesheet = ''; $links[0] = array_unique($links[0]); foreach ($links[0] as $key=>$link) {