From 168f8c5a5d0deac11790b065afddc0ecbf606de7 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Sun, 29 Nov 2020 21:18:22 +0300 Subject: [PATCH] Print `not running` error using new collapse --- mysql/index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/index.cgi b/mysql/index.cgi index e7e7d128c..797cec4ed 100755 --- a/mysql/index.cgi +++ b/mysql/index.cgi @@ -81,7 +81,7 @@ if ($r == 0) { &main_header(); print "

$text{'index_notrun'}

\n"; - print &text('index_emsg', "$rout"),"

\n"; + print &ui_details($text{'syslog_desc'}, &text('index_emsg', "$rout"), 'error'); if ($access{'stop'} && &is_mysql_local()) { print &ui_hr();