mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Show comments properly on main page
This commit is contained in:
@@ -223,7 +223,8 @@ else {
|
||||
push(@cols, &describe_rule($r));
|
||||
}
|
||||
if ($config{'view_comment'}) {
|
||||
$cmt = $config{'comment_mod'} ?
|
||||
$cmt = $config{'comment_mod'} ||
|
||||
$r->{'comment'} ?
|
||||
$r->{'comment'}->[1] : $r->{'cmt'};
|
||||
push(@cols, $cmt);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user