Avoid extra whitespace in the arguments of <indexterm>.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: dca30da3433c40b5f92f1704c496cda052decef9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-04-08T15:36:05Z
Releases: 9.1.0
Avoid extra whitespace in the arguments of <indexterm>.

As noted by Thom Brown, this confuses the DocBook index processor; it
fails to merge entries that differ only in whitespace, and sorts them
unexpectedly as well.  Seems like a toolchain bug, but I'm not going to
hold my breath waiting for a fix.

Note: easiest way to find these is to look for double spaces in HTML.index.

Files