mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +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 {
|
||||
# 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'}) {
|
||||
|
Reference in New Issue
Block a user