mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix to print strong instad of b which is used for header generation
This commit is contained in:
@@ -178,7 +178,7 @@ if ($bodycontents) {
|
||||
}
|
||||
else {
|
||||
print &ui_table_start($text{'view_body'}, "width=100%", 1);
|
||||
print &ui_table_row(undef, "<b>$text{'view_nobody'}</b>");
|
||||
print &ui_table_row(undef, "<strong>$text{'view_nobody'}</strong>");
|
||||
print &ui_table_end();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user