svn commit: r40667 - head/share/xml
Eitan Adler
eadler at FreeBSD.org
Thu Jan 17 03:32:41 UTC 2013
Author: eadler
Date: Thu Jan 17 03:32:40 2013
New Revision: 40667
URL: http://svnweb.freebsd.org/changeset/doc/40667
Log:
MSSmartTagsPreventParsing is an ancient feature and including the
header is now pointless bytes.
All current browsers accept "shortcut icon" as <link> location.
Reviewed by: -doc
Approved by: bcr (mentor)
Modified:
head/share/xml/xhtml.xsl
Modified: head/share/xml/xhtml.xsl
==============================================================================
--- head/share/xml/xhtml.xsl Thu Jan 17 03:32:17 2013 (r40666)
+++ head/share/xml/xhtml.xsl Thu Jan 17 03:32:40 2013 (r40667)
@@ -39,11 +39,9 @@
<title><xsl:value-of select="$title" /></title>
<xsl:copy-of select="/xhtml:html/xhtml:head/xhtml:base" />
<meta http-equiv="Content-Type" content="text/html; charset=&xml.encoding;" />
- <meta name="MSSmartTagsPreventParsing" content="TRUE" />
<xsl:copy-of select="/xhtml:html/xhtml:head/xhtml:meta"/>
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css"/>
- <link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon" />
<xsl:copy-of select="/xhtml:html/xhtml:head/xhtml:link"/>
<xsl:call-template name="process.rss.link"/>
&header1.googlejs;
More information about the svn-doc-all
mailing list