To overcome this, you can add the following in the head tag.
<head>
...
<title visible="false" runat="server"></title>
...
</head>
This turns the
<title> tag into a server control, and the visible attribute prevents the blank title from rendering to the page.
No comments:
Post a Comment