Skip to content

Commit a4237a8

Browse files
committed
restore basic entities on translations
1 parent b90524d commit a4237a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Util/TagUtil.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ public static function parseTag( TagsModel $tag ): array {
114114
$aTag['title'] = $tag->tag;
115115
}
116116

117+
$aTag['title'] = StringUtil::restoreBasicEntities($aTag['title']);
118+
117119
return $aTag;
118120
}
119121
}

0 commit comments

Comments
 (0)