]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Issue #9069 - If we open with TH we should not close with /TD. (seanbright)
authorOlle Johansson <oej@edvina.net>
Fri, 16 Feb 2007 11:38:03 +0000 (11:38 +0000)
committerOlle Johansson <oej@edvina.net>
Fri, 16 Feb 2007 11:38:03 +0000 (11:38 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@54771 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_agi.c

index 1d39c69362fb1a2adb9b6307a620d24eb4c6b497..22a5c29d83439443a1b64d9915563407ed1e5fb7 100644 (file)
@@ -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;