make the page valid
This commit is contained in:
parent
22e46a9b45
commit
48cd84921f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ foreach ($lastSearches as $row) {
|
|||
echo '<a href="'
|
||||
. htmlspecialchars(createURL('search', $range.'/'.$row['shTerms']))
|
||||
. '">';
|
||||
echo $row['shTerms'];
|
||||
echo htmlspecialchars($row['shTerms']);
|
||||
echo '</a>';
|
||||
echo ' <span title="'
|
||||
. T_('Number of bookmarks for this query')
|
||||
|
|
Loading…
Reference in a new issue