From 1458f0f1dab91458bd4f4f731a64a7a52fe028d1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 8 Nov 2012 23:55:36 -0500 Subject: [PATCH] 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. --- doc/src/sgml/stylesheet.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/stylesheet.xsl b/doc/src/sgml/stylesheet.xsl index 19cb5b0f649..2911af0f593 100644 --- a/doc/src/sgml/stylesheet.xsl +++ b/doc/src/sgml/stylesheet.xsl @@ -9,7 +9,7 @@ - + -- 2.47.2