Issue #9069 - If we open with TH we should not close with /TD. (seanbright)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@54771 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2
Olle Johansson 19 years ago
parent 041061ca36
commit d44c7d9c54

@ -1996,7 +1996,7 @@ static int handle_dumpagihtml(int fd, int argc, char *argv[]) {
continue;
fprintf(htmlfile, "<TR><TD><TABLE BORDER=\"1\" CELLPADDING=\"5\" WIDTH=\"100%%\">\n");
fprintf(htmlfile, "<TR><TH ALIGN=\"CENTER\"><B>%s - %s</B></TD></TR>\n", fullcmd,e->summary);
fprintf(htmlfile, "<TR><TH ALIGN=\"CENTER\"><B>%s - %s</B></TH></TR>\n", fullcmd,e->summary);
stringp=e->usage;

Loading…
Cancel
Save