Changeset 3545


Ignore:
Timestamp:
Jul 8, 2009, 7:13:26 AM (15 years ago)
Author:
rvelices
Message:

fix display of menubar tag cloud with IE8 (it was overflowing to the right outside the menubar)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/template/yoga/menubar_tags.tpl

    r2648 r3545  
    1111                        </a>
    1212                        {/if}
    13                         <a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{'See elements linked to this tag only'|@translate}">{$tag.name}</a>
    14                 </span>
     13                        <a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{'See elements linked to this tag only'|@translate}">{$tag.name}</a>{* there should be no space between end of a and span elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *}</span>
    1514                {/foreach}
    1615        </div>
Note: See TracChangeset for help on using the changeset viewer.