From 236f04b0ca27eb5913ed572a315cd8be764446aa Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 11 Jul 2023 15:42:29 +0800 Subject: [PATCH] * Fix bug. --- module/story/ui/affected.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/ui/affected.html.php b/module/story/ui/affected.html.php index ba0c4a9184..941e22e6c4 100644 --- a/module/story/ui/affected.html.php +++ b/module/story/ui/affected.html.php @@ -75,4 +75,4 @@ $getAffectedTabs = function($story, $users) ), ) ); -} +};