From 37e527c4c85658e1c66367f856a2188ab348bd5c Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 14 Jun 2023 13:22:58 +0800 Subject: [PATCH] * Change variable for text class. --- lib/zin/wg/entitylabel/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/entitylabel/v1.php b/lib/zin/wg/entitylabel/v1.php index 2869a01dde..fa570b5d63 100644 --- a/lib/zin/wg/entitylabel/v1.php +++ b/lib/zin/wg/entitylabel/v1.php @@ -50,7 +50,7 @@ class entityLabel extends wg { $text = $this->prop('text'); $level = $this->prop('level'); - $className = $this->prop('className'); + $className = $this->prop('textClass'); $titleClass = empty($level) ? "article-content"