Merged revisions 54772 via svnmerge from
authorOlle Johansson <oej@edvina.net>
Fri, 16 Feb 2007 11:43:41 +0000 (11:43 +0000)
committerOlle Johansson <oej@edvina.net>
Fri, 16 Feb 2007 11:43:41 +0000 (11:43 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r54772 | oej | 2007-02-16 12:39:55 +0100 (Fri, 16 Feb 2007) | 10 lines

Merged revisions 54771 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r54771 | oej | 2007-02-16 12:38:03 +0100 (Fri, 16 Feb 2007) | 2 lines

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

........

................

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54773 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_agi.c

index 55f5c65..e17147d 100644 (file)
@@ -1974,7 +1974,7 @@ static int handle_agidumphtml(int fd, int argc, char *argv[])
                ast_join(fullcmd, sizeof(fullcmd), e->cmda);
 
                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;
                tempstr = strsep(&stringp, "\n");