make the page valid

This commit is contained in:
Christian Weiske 2010-10-09 12:09:25 +02:00
parent 22e46a9b45
commit 48cd84921f

View file

@ -34,7 +34,7 @@ foreach ($lastSearches as $row) {
echo '<a href="' echo '<a href="'
. htmlspecialchars(createURL('search', $range.'/'.$row['shTerms'])) . htmlspecialchars(createURL('search', $range.'/'.$row['shTerms']))
. '">'; . '">';
echo $row['shTerms']; echo htmlspecialchars($row['shTerms']);
echo '</a>'; echo '</a>';
echo ' <span title="' echo ' <span title="'
. T_('Number of bookmarks for this query') . T_('Number of bookmarks for this query')