Ignore:
Timestamp:
Jan 19, 2011, 10:18:45 PM (13 years ago)
Author:
rvelices
Message:

more compact html output

File:
1 edited

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}
Note: See TracChangeset for help on using the changeset viewer.