Skip to content
Snippets Groups Projects
Commit 162f366c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: On affiche pas la balise anti bug ie 6 avec firefox.

parent 111796ff
Branches
No related tags found
No related merge requests found
...@@ -767,7 +767,7 @@ function llxFooter($foot='',$limitIEbug=1) ...@@ -767,7 +767,7 @@ function llxFooter($foot='',$limitIEbug=1)
} }
// Juste pour eviter bug IE qui reorganise mal div precedents si celui-ci absent // Juste pour eviter bug IE qui reorganise mal div precedents si celui-ci absent
if ($limitIEbug) print "\n".'<div class="tabsAction">&nbsp;</div>'."\n"; if ($limitIEbug && ! $conf->browser->firefox) print "\n".'<div class="tabsAction">&nbsp;</div>'."\n";
print "</body>\n"; print "</body>\n";
print "</html>\n"; print "</html>\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment