added code to put in the META tag that defeats Microsoft IE Smart Tags
This commit is contained in:
@@ -35,6 +35,9 @@
|
||||
<HEAD>
|
||||
<%= rdat.getTitleTag(basedat.getTitle(rdat)) %>
|
||||
<%= rdat.getStdBaseFontTag(3) %>
|
||||
<% if (rdat.noSmartTags()) { %>
|
||||
<META NAME="MSSmartTagsPreventParsing" CONTENT="TRUE">
|
||||
<% } // end if %>
|
||||
</HEAD>
|
||||
|
||||
<BODY BGCOLOR="#9999FF">
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>About Venice</title>
|
||||
<META NAME="MSSmartTagsPreventParsing" CONTENT="TRUE">
|
||||
</head>
|
||||
|
||||
<body bgcolor="white">
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
-->
|
||||
<HEAD>
|
||||
<TITLE>Venice HTML Tags Reference</TITLE>
|
||||
<META NAME="MSSmartTagsPreventParsing" CONTENT="TRUE">
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<FONT FACE="Arial, Helvetica" SIZE=2>
|
||||
|
||||
Reference in New Issue
Block a user