From d44c7d9c54d9ceedb0a52b80361c61be8efed89a Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Fri, 16 Feb 2007 11:38:03 +0000 Subject: [PATCH] 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.2@54771 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 1d39c69362..22a5c29d83 100644 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -1996,7 +1996,7 @@ static int handle_dumpagihtml(int fd, int argc, char *argv[]) { continue; fprintf(htmlfile, "\n"); - fprintf(htmlfile, "\n", fullcmd,e->summary); + fprintf(htmlfile, "\n", fullcmd,e->summary); stringp=e->usage;
%s - %s
%s - %s