* Fix history image show bug.

This commit is contained in:
wangyuting
2023-11-20 08:43:04 +00:00
parent 67fc03eb3e
commit 5d8974fa9a
+1 -1
View File
@@ -90,7 +90,7 @@ class history extends wg
return div
(
setClass('history-changes ml-1 mt-2'),
html($app->loadTarget('action')->renderChanges($action->objectType, $action->history)),
html(html_entity_decode($app->loadTarget('action')->renderChanges($action->objectType, $action->history))),
);
}