mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
Merge branch 'hotfix_20220913' into php8
This commit is contained in:
@@ -426,8 +426,9 @@ JS;
|
||||
$rowByRowHtml .= tr($field['label'], $contentFormatted, 1);
|
||||
}
|
||||
}
|
||||
|
||||
$result = $rowByRowHtml;
|
||||
if ($shouldRenderMixRow) {
|
||||
if ($shouldRenderMixRow && $mixedRowContent) {
|
||||
$result .= tr($displayName, format_comment($mixedRowContent), 1);
|
||||
}
|
||||
return $result;
|
||||
|
||||
Reference in New Issue
Block a user