Fix to check if there are results for proper comma position

This commit is contained in:
Ilia
2022-06-22 19:47:24 +03:00
parent d918c517bd
commit c28b994534

View File

@ -239,7 +239,7 @@ elsif (@match) {
}
else {
# Tell the user that nothing matches
print "<p><b>$text{'search_none2'} $searchmsg.</b><p>\n";
print "<p><b>$text{'search_none2'}".(&trim($searchmsg) ? " $searchmsg" : "").".</b><p>\n";
}
if (!$in{'csv'} && !$in{'no_return'}) {