another update

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1550 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-11-01 22:52:19 +00:00
parent 866e6aaef1
commit 2477a56e48
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -1075,7 +1075,7 @@ xhtml_add_contents_entry(FILE * fp, xhtmlsection * section, int limit)
}
fprintf(fp, "<li>");
fprintf(fp, "<a href=\"%s#%s\">", section->file->filename,section->fragment);
if ((section->para->type!=para_Heading&&section->para->type!=para_Appendix)||(section->para->kwtext&&!section->para->words)) {
if ((section->para->type!=para_Heading&&section->para->type!=para_Subsect)||(section->para->kwtext&&!section->para->words)) {
xhtml_para(fp, section->para->kwtext);
if (section->para->words)
fprintf(fp, ": ");