From d24efa9e35a5d85234523503587f545148fd5ba5 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 8 Jul 2009 05:15:23 +0000 Subject: 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 --- template/yoga/menubar_tags.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'template/yoga') 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 @@ + {/if} - {$tag.name} - + {$tag.name}{* 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 *} {/foreach} -- cgit v1.2.3