svn commit: r41827 - head/share/xsl

Gabor Kovesdan gabor at FreeBSD.org
Sun Jun 2 10:52:01 UTC 2013


Author: gabor
Date: Sun Jun  2 10:52:01 2013
New Revision: 41827
URL: http://svnweb.freebsd.org/changeset/doc/41827

Log:
  - Do not generate meta description from the abstract since it is not generated
    correctly
  
  Reported by:	wblock

Modified:
  head/share/xsl/freebsd-xhtml-common.xsl

Modified: head/share/xsl/freebsd-xhtml-common.xsl
==============================================================================
--- head/share/xsl/freebsd-xhtml-common.xsl	Sun Jun  2 09:41:10 2013	(r41826)
+++ head/share/xsl/freebsd-xhtml-common.xsl	Sun Jun  2 10:52:01 2013	(r41827)
@@ -27,6 +27,7 @@
   <xsl:param name="make.single.year.ranges" select="1"/>
   <xsl:param name="docbook.css.source" select="''"/>
   <xsl:param name="generate.manifest" select="1"/>
+  <xsl:param name="generate.meta.abstract" select="1"/>
   <xsl:param name="html.longdesc" select="0"/>
 
   <xsl:param name="make.valid.html" select="1"/>


More information about the svn-doc-head mailing list