My browser is showing a bit of loose Javascript at the top of the forums home page ( forums.teamestrogen.com/forum.php ). The code is:
'); var sidebar_align = 'right'; var content_container_margin = parseInt('290px'); var sidebar_width = parseInt('270px'); //-->
I'm running an ancient version of Firefox - version 3.0 I think - on MacOSX. The visible code is present in both the Luburox and vB4 Default styles.
Edit: Looking at the "page source", the line before the loose Javascript is a document.write which generates a line of Javascript. It appears that my browser treats the /script in the function arguments as the end of the Javascipt block - thus causing the var lines to be treated as plain html text.



Reply With Quote