aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2009-07-08 05:15:23 +0000
committerrvelices <rv-github@modusoptimus.com>2009-07-08 05:15:23 +0000
commitd24efa9e35a5d85234523503587f545148fd5ba5 (patch)
treee5c7dcbb11347a8c1e46dab1b9a2e3277e649924 /template
parent28edf4af63d02eec0d6d9dd5243199b3a11d1daa (diff)
merge r3545 from branch 2 to trunk
fix display of menubar tag cloud with IE8 (it was overflowing to the right outside the menubar) git-svn-id: http://piwigo.org/svn/trunk@3546 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/menubar_tags.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/template/yoga/menubar_tags.tpl b/template/yoga/menubar_tags.tpl
index 272356564..1decddcbb 100644
--- a/template/yoga/menubar_tags.tpl
+++ b/template/yoga/menubar_tags.tpl
@@ -10,8 +10,7 @@
<img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+">
</a>
{/if}
- <a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{'See elements linked to this tag only'|@translate}">{$tag.name}</a>
- </span>
+ <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>
{/foreach}
</div>
</dd>