* Change variable for text class.

This commit is contained in:
tianshujie
2023-06-14 13:23:57 +08:00
parent c466f946a1
commit 37e527c4c8
+1 -1
View File
@@ -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"