pgsql: XSLT stylesheet: Add slash to directory name

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: XSLT stylesheet: Add slash to directory name
Date: 2012-11-09 05:39:50
Message-ID: E1TWhJm-000406-RX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1458f0f1dab91458bd4f4f731a64a7a52fe028d1

Modified Files
--------------
doc/src/sgml/stylesheet.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2012-11-09 13:20:24 pgsql: Remove leftover LWLockRelease() call
Previous Message Tom Lane 2012-11-09 01:05:05 pgsql: Fix WaitLatch() to return promptly when the requested timeout ex