youtube url do not auto transfer

This commit is contained in:
xiaomlove
2022-08-22 00:07:36 +08:00
parent e48dc3bba9
commit 352d88f1f5
3 changed files with 6 additions and 2 deletions

View File

@@ -420,7 +420,7 @@ JS;
}
$result = $rowByRowHtml;
if (!empty($mixedRowContent)) {
$result .= tr($displayName, $mixedRowContent, 1);
$result .= tr($displayName, format_comment($mixedRowContent), 1);
}
return $result;
}