From 7ec34ba0fb99290fcc9f1b8796ca93efdbe789a1 Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Thu, 1 May 2025 16:45:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E7=94=9F=E6=95=88=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/syzoj/category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/syzoj/category.php b/web/template/syzoj/category.php index bd1672e..909dd5d 100644 --- a/web/template/syzoj/category.php +++ b/web/template/syzoj/category.php @@ -23,7 +23,7 @@ // 生成标签地图 // 为标签添加颜色样式 function colorize_tag($tag) { - $color_theme=Array("default","primary","success","info","warning","danger");; + $color_theme=["default","primary","success","info","warning","danger"]; $hash_num = hexdec(substr(md5($tag), 0, 7)); $label_theme = $color_theme[$hash_num % count($color_theme)];