mirror of
https://github.com/webmin/webmin.git
synced 2025-07-25 01:23:45 +00:00
Fix to check if there are results for proper comma position
This commit is contained in:
@ -239,7 +239,7 @@ elsif (@match) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
# Tell the user that nothing matches
|
# 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'}) {
|
if (!$in{'csv'} && !$in{'no_return'}) {
|
||||||
|
Reference in New Issue
Block a user