svn commit: r42346 - projects/db5/share/xsl

Gabor Kovesdan gabor at FreeBSD.org
Sun Jul 21 14:36:42 UTC 2013


Author: gabor
Date: Sun Jul 21 14:36:42 2013
New Revision: 42346
URL: http://svnweb.freebsd.org/changeset/doc/42346

Log:
  - textobjects do not work and we do not need them anyway

Modified:
  projects/db5/share/xsl/freebsd-dblatex.xsl

Modified: projects/db5/share/xsl/freebsd-dblatex.xsl
==============================================================================
--- projects/db5/share/xsl/freebsd-dblatex.xsl	Sun Jul 21 14:25:45 2013	(r42345)
+++ projects/db5/share/xsl/freebsd-dblatex.xsl	Sun Jul 21 14:36:42 2013	(r42346)
@@ -9,6 +9,8 @@
   <xsl:param name="latex.encoding">utf8</xsl:param>
   <xsl:param name="latex.hyperparam">linktocpage,colorlinks,linkcolor=blue,citecolor=blue,urlcolor=blue</xsl:param>
 
+  <xsl:template match="textobject"/>
+
   <xsl:template match="filename">
     <xsl:choose>
     <!-- \Url cannot stand in a section heading -->


More information about the svn-doc-projects mailing list