svn commit: r42463 - head/share/xsl

Gabor Kovesdan gabor at FreeBSD.org
Sun Jul 28 16:50:21 UTC 2013


Author: gabor
Date: Sun Jul 28 16:50:21 2013
New Revision: 42463
URL: http://svnweb.freebsd.org/changeset/doc/42463

Log:
  - We have callouts until 30; use them
  
  Reported by:	jgh

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

Modified: head/share/xsl/freebsd-common.xsl
==============================================================================
--- head/share/xsl/freebsd-common.xsl	Sun Jul 28 14:03:33 2013	(r42462)
+++ head/share/xsl/freebsd-common.xsl	Sun Jul 28 16:50:21 2013	(r42463)
@@ -27,4 +27,6 @@
   <xsl:param name="generate.index" select="0"/>
 
   <xsl:param name="graphic.default.extension">png</xsl:param>
+
+  <xsl:param name="callout.graphics.number.limit">30</xsl:param>
 </xsl:stylesheet>


More information about the svn-doc-all mailing list