From 71c7f6e32fae91a57e8e09b004da348ca9dbcc75 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Fri, 16 Feb 2007 11:43:41 +0000 Subject: [PATCH] Merged revisions 54772 via svnmerge from 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_agi.c b/res/res_agi.c index 55f5c65332..e17147d075 100644 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -1974,7 +1974,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