Ignore:
Timestamp:
Apr 22, 2013, 12:29:22 PM (11 years ago)
Author:
flop25
Message:

real correction of the tag bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/index.tpl

    r22329 r22330  
    6767                        {if !empty($tag_search_results) }
    6868                                <div>{'Tag results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
    69                                         {foreach from=$tag_search_results item=res name=res_loop}
    70                                                 {if !$smarty.foreach.res_loop.first} &mdash; {/if}
    71                                                 {$res}{if !$smarty.foreach.res_loop.first} &mdash; {/if} <a href="{$tag.URL}">{$tag.name}</a>
     69                                        {foreach from=$tag_search_results item=tag name=res_loop}
     70                                                {if !$smarty.foreach.res_loop.first} &mdash; {/if} <a href="{$tag.URL}">{$tag.name}</a>
    7271                                        {/foreach}
    7372                                </div>
Note: See TracChangeset for help on using the changeset viewer.