Skip to content

Commit

Permalink
Fix to print strong instad of b which is used for header generation
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jan 5, 2023
1 parent 1aea98f commit 7e37799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailbox/view_mail.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,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();
}

Expand Down

0 comments on commit 7e37799

Please sign in to comment.