mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
XSLT stylesheet: Add slash to directory name
Some versions of the XSLT stylesheets don't handle the missing slash correctly (they concatenate directory and file name without the slash). This might never have worked correctly.
This commit is contained in:
parent
8e344eacdc
commit
dd1ca20dfe
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
|
||||
<!-- Parameters -->
|
||||
<xsl:param name="base.dir" select="'html'"></xsl:param>
|
||||
<xsl:param name="base.dir" select="'html/'"></xsl:param>
|
||||
<xsl:param name="html.stylesheet" select="'stylesheet.css'"></xsl:param>
|
||||
<xsl:param name="use.id.as.filename" select="'1'"></xsl:param>
|
||||
<xsl:param name="make.valid.html" select="1"></xsl:param>
|
||||
|
|
|
|||
Loading…
Reference in a new issue