From 7c0eb3e60ef68d75c3ee7cfe13ad4bb41b397893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=99=88=E5=8F=94=E5=8F=94?= Date: Tue, 12 Jan 2016 14:37:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E4=B8=8D=E8=83=BD=E6=AD=A3=E7=A1=AE=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/template/TagLib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/think/template/TagLib.php b/library/think/template/TagLib.php index 5b9a9568..e7c97310 100644 --- a/library/think/template/TagLib.php +++ b/library/think/template/TagLib.php @@ -86,7 +86,6 @@ class TagLib */ public function parseTag(&$content, $lib = '') { - $lib = strtolower($lib); $tags = []; foreach ($this->tags as $name => $val) { $close = !isset($val['close']) || $val['close'] ? 1 : 0;