diff options
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/index.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index 410d08481..5d4a546ce 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -144,9 +144,8 @@ jQuery("#derivativeSwitchBox").on("mouseleave", function() { {if !empty($tag_search_results)} <div style="font-size:16px;margin:10px 16px">{'Tag results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : <em><strong> - {foreach from=$tag_search_results item=res name=res_loop} - {if !$smarty.foreach.res_loop.first} — {/if} - {$res} + {foreach from=$tag_search_results item=tag name=res_loop} + {if !$smarty.foreach.res_loop.first} — {/if} <a href="{$tag.URL}">{$tag.name}</a> {/foreach} </strong></em> </div> |