Show
Ignore:
Timestamp:
01/19/11 22:18:45 (2 years ago)
Author:
rvelices
Message:

more compact html output

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/menubar_tags.tpl

    r8665 r8774  
    33        <div id="menuTagCloud"> 
    44                {foreach from=$block->data item=tag} 
    5                 <span> 
    6                         <a class="tagLevel{$tag.level}" 
     5                <span>{strip} 
     6                        <a class="tagLevel{$tag.level}" href= 
    77                        {if isset($tag.U_ADD)} 
    8                                 href="{$tag.U_ADD}" 
    9                                 title="{$pwg->l10n_dec('%d photo is also linked to current tags', '%d photos are also linked to current tags', $tag.counter)}" 
    10                                 rel="nofollow">+ 
     8                                "{$tag.U_ADD}" title="{$pwg->l10n_dec('%d photo is also linked to current tags', '%d photos are also linked to current tags', $tag.counter)}" rel="nofollow">+ 
    119                        {else} 
    12                                 href="{$tag.URL}" 
    13                                 title="{'display photos linked to this tag'|@translate}"> 
     10                                "{$tag.URL}" title="{'display photos linked to this tag'|@translate}"> 
    1411                        {/if} 
    15                                 {$tag.name}</a></span> 
     12                                {$tag.name}</a></span>{/strip} 
    1613{* ABOVE there should be no space between text, </a> and </span> elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *} 
    1714                {/foreach}