diff --git a/checkin_notes b/checkin_notes index 92c151408a..bace90e3c4 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/html/user/user_search.php b/html/user/user_search.php index 5c250b2913..90bb9b87b1 100644 --- a/html/user/user_search.php +++ b/html/user/user_search.php @@ -146,7 +146,7 @@ function name_search($filter) { } end_table(); if (!$n) { - echo "

No user names found starting with '".htmlspecialchars($search_string)."'

\n"; + echo "No users matching your search criteria."; } }