Print not running error using new collapse

This commit is contained in:
Ilia Rostovtsev
2020-11-29 21:18:22 +03:00
parent e56c9e25b7
commit 168f8c5a5d

View File

@@ -81,7 +81,7 @@ if ($r == 0) {
&main_header();
print "<p> <b>$text{'index_notrun'}</b> <p>\n";
print &text('index_emsg', "<tt>$rout</tt>"),"<p>\n";
print &ui_details($text{'syslog_desc'}, &text('index_emsg', "<tt>$rout</tt>"), 'error');
if ($access{'stop'} && &is_mysql_local()) {
print &ui_hr();