forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1f6e0ce
committed
docs: Work around bug in the docbook xsl stylesheets.
docbook-xsl's index generation stylesheet (autoidx.xsl) has a small bug: Itdoesn't include xlink in exclude-result-prefixes. Normally just leads to a asingle xmlns:xlink in the <div> containing the index, but because ourcustomization emits that, xmlns:xlink intead gets added to every elementoutput by autoidx.xsl below the <div>, totalling around 100kB.Adding the spurious xmlns:xlink to the <div> ourselves isn't great, but avoidsthe duplication.Reviewed-By: Peter Eisentraut <peter@eisentraut.org>Discussion:https://postgr.es/m/20220213201618.qz6p6noon3wagr3f%40alap3.anarazel.de1 parent2523928 commit1f6e0ce
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
131 |
| - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
132 | 135 |
| |
133 | 136 |
| |
134 | 137 |
| |
|
0 commit comments
Comments
(0)