cosmetic
This commit is contained in:
parent
75afbcda1c
commit
f6e457f977
@ -114,7 +114,7 @@ class BackendList extends adminGenericListV2
|
||||
(new Checkbox(['entries[]'], $checked))
|
||||
->value($this->rs->log_id),
|
||||
]),
|
||||
'date' => (new Text('td', Html::escapeHTML(Date::dt2str(__('%Y-%m-%d %H:%M'),$this->rs->log_dt))))
|
||||
'date' => (new Text('td', Html::escapeHTML(Date::dt2str(__('%Y-%m-%d %H:%M'), $this->rs->log_dt))))
|
||||
->class('nowrap minimal'),
|
||||
'msg' => (new Text('td', nl2br(Html::escapeHTML($this->rs->log_msg))))
|
||||
->class('maximal'),
|
||||
|
Loading…
Reference in New Issue
Block a user