From: Olle Johansson Date: Fri, 16 Feb 2007 11:38:03 +0000 (+0000) Subject: Issue #9069 - If we open with TH we should not close with /TD. (seanbright) X-Git-Tag: 1.2.16~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44c7d9c54d9ceedb0a52b80361c61be8efed89a;p=thirdparty%2Fasterisk.git 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 --- 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