mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix not to print redundant if warning already printed
This commit is contained in:
@@ -124,7 +124,8 @@ if (@parts) {
|
||||
print &ui_columns_end();
|
||||
}
|
||||
else {
|
||||
print "$text{'disk_none'}<p>\n";
|
||||
print "<p>$text{'disk_none'}</p>\n"
|
||||
if (!$wantsparted);
|
||||
}
|
||||
print &ui_links_row(\@edlinks);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user