This commit is contained in:
xiaomlove
2025-09-23 17:12:20 +07:00
parent c1845f276b
commit 30e5e305bb
3 changed files with 4 additions and 4 deletions

View File

@@ -212,7 +212,7 @@ class Imdb
$autodata .= rtrim(trim($temp), ",");
}
elseif ($creator)
$autodata .= "<strong><font color=\"DarkRed\">".$lang_details['text_creator']."</font></strong>".$creator;
$autodata .= "<strong><font color=\"DarkRed\">".$lang_details['text_creator']."</font></strong>".implode(", ", array_column($creator, 'name'));
$autodata .= "<br />\n<strong><font color=\"DarkRed\">".$lang_details['text_written_by']."</font></strong>";
$temp = "";