[doc] fix ID clash in index.xml
commitefdb8c65054069d3a1c9df2bfc54772c1bb5ba3f
authorAlex Dunn <dunn.alex@gmail.com>
Mon, 4 Apr 2016 03:49:28 +0000 (3 20:49 -0700)
committerAlex Dunn <dunn.alex@gmail.com>
Mon, 4 Apr 2016 03:49:28 +0000 (3 20:49 -0700)
treed68f1934ad7e7d4c5513b0e9e2c7579583eee0f7
parent24f638f8d01fc5f15d1169be1de944392b38d1a2
[doc] fix ID clash in index.xml

Without this change I get this error:
```
$ cd doc && make
xsltproc --stringparam library-version `perl -ne 'print "$1\n" if (/:version "(.*)"/)' ../hunchentoot.asd` clixdoc.xsl index.xml > ../www/hunchentoot-doc.html
element a: validity error : ID start already defined

$ xsltproc --version
Using libxml 20902, libxslt 10128 and libexslt 817
xsltproc was compiled against libxml 20902, libxslt 10128 and libexslt 817
libxslt 10128 was compiled against libxml 20902
libexslt 817 was compiled against libxml 20902
```
doc/index.xml
www/hunchentoot-doc.html