// Better

This commit is contained in:
Damien Metzger
2013-10-31 17:15:30 +01:00
parent 23e4e1badb
commit 343c9578da
+1 -1
View File
@@ -39,7 +39,7 @@
{if isset($smarty.get.search_query) && isset($smarty.get.results) && $smarty.get.results > 1}
<div class="pull-right">
<strong>
<a href="javascript:history.back();">
<a href="{$smarty.server.HTTP_REFERER|escape}" onclick="history.back();">
<i class="icon-chevron-left left"></i> {l s='Back to Search results for "%s" (%d other results)' sprintf=[$smarty.get.search_query,$smarty.get.results]}
</a>
</strong>