From a945ccf6523685fdcc46401b5fb5deaa9d33bcd9 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Fri, 16 Feb 2007 11:39:55 +0000 Subject: [PATCH] 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 --- res/res_agi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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