From: Olle Johansson Date: Fri, 16 Feb 2007 11:39:55 +0000 (+0000) Subject: Merged revisions 54771 via svnmerge from X-Git-Tag: 1.4.1~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a945ccf6523685fdcc46401b5fb5deaa9d33bcd9;p=thirdparty%2Fasterisk.git 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/branches/1.4@54772 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_agi.c b/res/res_agi.c index a8417587f3..92d7c89e57 100644 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -1973,7 +1973,7 @@ static int handle_agidumphtml(int fd, int argc, char *argv[]) ast_join(fullcmd, sizeof(fullcmd), e->cmda); fprintf(htmlfile, "\n"); - fprintf(htmlfile, "\n", fullcmd,e->summary); + fprintf(htmlfile, "\n", fullcmd,e->summary); stringp=e->usage; tempstr = strsep(&stringp, "\n");
%s - %s
%s - %s