diff options
author | Christian Weiske <cweiske@cweiske.de> | 2010-10-09 12:09:25 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2010-10-09 12:09:25 +0200 |
commit | 48cd84921f42e409653ac34a5ba5c3d1d988c4e0 (patch) | |
tree | 5688501706150aafbaf88a55740afc946fa3b626 | |
parent | 22e46a9b45810bae480aea72b16680d715a57ff4 (diff) | |
download | semanticscuttle-48cd84921f42e409653ac34a5ba5c3d1d988c4e0.tar.gz semanticscuttle-48cd84921f42e409653ac34a5ba5c3d1d988c4e0.tar.bz2 |
make the page valid
-rw-r--r-- | data/templates/sidebar.block.search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/sidebar.block.search.php b/data/templates/sidebar.block.search.php index f4e6b42..d3cd8a5 100644 --- a/data/templates/sidebar.block.search.php +++ b/data/templates/sidebar.block.search.php @@ -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') |