mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
remove useless brackets
This commit is contained in:
@@ -112,8 +112,8 @@ if ($canedit) {
|
||||
print ui_buttons_row("delete_part.cgi", $text{'part_delete'}, $text{'part_deletedesc'}, $hiddens);
|
||||
print ui_buttons_end();
|
||||
} else {
|
||||
print ($is_boot) ? "<b>$text{'part_bootcannotedit'}</b><p>\n"
|
||||
: "<b>$text{'part_cannotedit'}</b><p>\n";
|
||||
print $is_boot ? "<b>$text{'part_bootcannotedit'}</b><p>\n"
|
||||
: "<b>$text{'part_cannotedit'}</b><p>\n";
|
||||
}
|
||||
# SMART button (physical device)
|
||||
if (&has_command("smartctl")) {
|
||||
|
||||
Reference in New Issue
Block a user