mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Use docbook xsl version 1.50.0 until libxslt can handle 1.51.0 and above
Original commit message from CVS: Use docbook xsl version 1.50.0 until libxslt can handle 1.51.0 and above
This commit is contained in:
parent
e0a398036b
commit
e9e2348e6e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<!-- This file is for customizing the default XSL stylesheets. -->
|
||||
<!-- We include them here (this one is for HTML output): -->
|
||||
<xsl:import
|
||||
href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
|
||||
href="http://docbook.sourceforge.net/release/xsl/1.50.0/xhtml/chunk.xsl"/>
|
||||
|
||||
<!-- .. and customize them here: -->
|
||||
<xsl:include href="fileext.xsl"/>
|
||||
|
|
Loading…
Reference in a new issue