M
Mark Rae
Hi,
Is there a way to prevent ASP.NET 2 from stripping off the self-closing meta
tags...?
E.g.
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1" />
is turned into
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
on my development machine, on my test box and on my live site hosted at a
remote ISP.
This is causing the site to fail XHTML validation.
Any assistance gratefully received.
Mark
Is there a way to prevent ASP.NET 2 from stripping off the self-closing meta
tags...?
E.g.
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1" />
is turned into
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
on my development machine, on my test box and on my live site hosted at a
remote ISP.
This is causing the site to fail XHTML validation.
Any assistance gratefully received.
Mark