I am running vBulletin 3.8.2 with vBSEO 3.3.0. I am adding some custom code to some files and to ensure it was working I had to view the source code. I was surprised to see this:
That is the code within the pages code. I am pretty certain that the closing base element isn't doing much in IE since it is wrapped in the comment tags.Code:<base href="http://www.#####.com/" /><!--[if IE]></base><![endif]-->
I am not familiar with the IE conditional, but that simply doesn't look as if it is suppose to be in the code.
When I disabled vbseo it no longer displayed, so it is being tossed in by this modification. If you want to truly confirm this, have a look at your source code in the forums. it is there also.
Is that suppose to show or is it actually suppose to show this instead:
<base href="http://www.#####.com/" /></base>
(I blocked the URL because the site is in development and isn't "public" just yet.)
This doesn't seem to be causing my site any problems. I am just posting it because it doesn't look right.![]()


LinkBack URL
About LinkBacks






Reply With Quote


