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"