- web: fix message

svn path=/trunk/boinc/; revision=14770
This commit is contained in:
David Anderson 2008-02-21 16:51:54 +00:00
parent 3a19ffb623
commit 5a5e2f41f1
2 changed files with 7 additions and 1 deletions

View File

@ -1530,3 +1530,9 @@ Charlie Feb 20 2008
graphics2_unix.C
clientgui/
MainDocument.cpp
David Feb 21 2008
- web: fix message
html/user/
user_search.php

View File

@ -146,7 +146,7 @@ function name_search($filter) {
}
end_table();
if (!$n) {
echo "<h2>No user names found starting with '".htmlspecialchars($search_string)."'</h2>\n";
echo "No users matching your search criteria.";
}
}