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;