Without vBSEO
With vBSEOCode:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="de"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>vBSEO Bug Test</title> </head> <body> <!--<a href="member.php?u=7329">*Dä*</a>--> </body> </html>
This is invalid according to W3C Validator, also Firefox does not display it correctly.Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="de"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>vBSEO Bug Test</title> </head> <body> <!--<a href="members/7329--dae-.html">*Dä*</a>--> </body> </html>


LinkBack URL
About LinkBacks





Reply With Quote
