diff --git a/src/BackendBehaviors.php b/src/BackendBehaviors.php index 4c69bf1..5b3db2d 100644 --- a/src/BackendBehaviors.php +++ b/src/BackendBehaviors.php @@ -131,7 +131,7 @@ class BackendBehaviors */ public static function adminPostListHeaderV2(MetaRecord $rs, ArrayObject $cols): void { - $cols['feed'] = '' . __('Feed') . ''; + $cols['feed'] = (new Para(null, 'th'))->text(__('Feed'))->extra('scope="col"')->render(); } /**