summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2013-11-27 04:02:40 +0000
committerPeter Eisentraut2013-11-27 04:02:40 +0000
commit3803ff985c7940af32912b158322cce399952e76 (patch)
treefb32b99fd725c3624018f99b04b700dabc17e503
parent4c83e0353f2c396e9e89fee564d9a5b868d5c3b2 (diff)
doc: Add id to index in XSLT build
That way, the HTML file name of the index will be the same as currently for the DSSSL build.
-rw-r--r--doc/src/sgml/postgres.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml
index 522316c28e..b47bf529a2 100644
--- a/doc/src/sgml/postgres.sgml
+++ b/doc/src/sgml/postgres.sgml
@@ -270,6 +270,6 @@
&biblio;
<![%include-index;[&bookindex;]]>
- <![%include-xslt-index;[<index></index>]]>
+ <![%include-xslt-index;[<index id="bookindex"></index>]]>
</book>