diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2013-11-26 23:02:40 -0500 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2013-11-26 23:02:40 -0500 |
| commit | 3803ff985c7940af32912b158322cce399952e76 (patch) | |
| tree | fb32b99fd725c3624018f99b04b700dabc17e503 /doc/src | |
| 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.
Diffstat (limited to 'doc/src')
| -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 522316c28e1..b47bf529a2a 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> |
