Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2013 03:32:40 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r40667 - head/share/xml
Message-ID:  <201301170332.r0H3WeKO077959@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301170332.r0H3WeKO077959>