In generated html sitedocs fixed link from node to tic areas
This commit is contained in:
parent
18929b8dfa
commit
8b0192b346
@ -16,6 +16,9 @@ v0.91.3 11-Feb-2007
|
||||
mbsebbs:
|
||||
Some debuglog cleanup.
|
||||
|
||||
nbsetup:
|
||||
In generated html sitedocs fixed link from node to tic areas.
|
||||
|
||||
|
||||
|
||||
v0.91.2 14-Jan-2007 - 11-Feb-2007
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Purpose ...............: Nodes Setup Program
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2006
|
||||
* Copyright (C) 1997-2007
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@ -1782,7 +1782,7 @@ int node_doc(FILE *fp, FILE *toc, int page)
|
||||
fprintf(wp, "<TBODY>\n");
|
||||
}
|
||||
refs++;
|
||||
fprintf(wp, "<TR><TD><A HREF=\"tic_%s.html\">%s</A></TD><TD>%s</TD><TD>%s</TD></TR>\n",
|
||||
fprintf(wp, "<TR><TD><A HREF=\"ticarea_%s.html\">%s</A></TD><TD>%s</TD><TD>%s</TD></TR>\n",
|
||||
tic.Name, tic.Name, temp, tic.Comment);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user