diff options
author | Peter Eisentraut | 2013-11-27 04:02:40 +0000 |
---|---|---|
committer | Peter Eisentraut | 2013-11-27 04:02:40 +0000 |
commit | 3803ff985c7940af32912b158322cce399952e76 (patch) | |
tree | fb32b99fd725c3624018f99b04b700dabc17e503 | |
parent | 4c83e0353f2c396e9e89fee564d9a5b868d5c3b2 (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.sgml | 2 |
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> |