From eef102a26bbe0a19b1217e18f3ceeca255ab1465 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Mon, 12 Apr 2021 16:19:25 +0800 Subject: [PATCH] * Fix bug#12006. --- module/story/view/activate.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/story/view/activate.html.php b/module/story/view/activate.html.php index c946a90973..6d4b3f5933 100644 --- a/module/story/view/activate.html.php +++ b/module/story/view/activate.html.php @@ -45,8 +45,8 @@ - story->activate, '', 'btn btn-wide btn-success'); + story->activate, '', 'btn btn-wide btn-primary'); echo html::linkButton($lang->goback, $app->session->storyList ? $app->session->storyList : inlink('view', "storyID=$story->id"), 'self', '', 'btn btn-wide'); ?>