diff --git a/library/think/Template.php b/library/think/Template.php index 9c5fdcc1..8a050558 100644 --- a/library/think/Template.php +++ b/library/think/Template.php @@ -538,7 +538,6 @@ class Template */ public function parseTagLib($tagLib, &$content, $hide = false) { - $tagLib = strtolower($tagLib); if (strpos($tagLib, '\\')) { // 支持指定标签库的命名空间 $className = $tagLib;