* zin: fix duplicated title.

This commit is contained in:
sunhao
2024-03-07 16:17:06 +08:00
parent b6c7ca1aa3
commit d718e23e1a
+1 -1
View File
@@ -80,7 +80,7 @@ class entityTitle extends wg
setClass('entity-title-text', $titleClass),
set($titleProps),
$color ? setStyle('color', $color) : null,
$title, $title, $title ,$title ,$title
$title
)
);
}