minor gui fix to support apostroph in the query

This commit is contained in:
SJ
2013-04-25 21:39:02 +02:00
parent a132c85be8
commit 8e27aea28d
4 changed files with 7 additions and 3 deletions

View File

@ -18,7 +18,7 @@
if(isset($s['search']) && $s['search']) {
?>
<div class="resultrow center">
<a href="#" onclick="Piler.load_search_results_for_saved_query('<?php print urldecode($term['term']); ?>');"><?php print $s['search']; ?></a></br />
<a href="#" onclick="Piler.load_search_results_for_saved_query('<?php print urlencode($term['term']); ?>');"><?php print $s['search']; ?></a></br />
</div>
<?php } } ?>