From 5d8974fa9a20692e97ca65b026ad84e351bee20a Mon Sep 17 00:00:00 2001 From: wangyuting Date: Mon, 20 Nov 2023 08:43:04 +0000 Subject: [PATCH] * Fix history image show bug. --- lib/zin/wg/history/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/history/v1.php b/lib/zin/wg/history/v1.php index 009bc88c37..860f894717 100644 --- a/lib/zin/wg/history/v1.php +++ b/lib/zin/wg/history/v1.php @@ -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))), ); }