J
Jaap
All closing slashes in all <meta> tags are disappearing while viewing
the source in my IE-browser
My masterpage consists of this 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">
<head runat="server">
<meta name="robots" content="index,follow" />
This is not according to XHTML. What is happening?
the source in my IE-browser
My masterpage consists of this 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">
<head runat="server">
<meta name="robots" content="index,follow" />
This is not according to XHTML. What is happening?