[asterisk-commits] oej: branch 1.2 r54771 - /branches/1.2/res/res_agi.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Feb 16 04:38:04 MST 2007


Author: oej
Date: Fri Feb 16 05:38:03 2007
New Revision: 54771

URL: http://svn.digium.com/view/asterisk?view=rev&rev=54771
Log:
Issue #9069 - If we open with TH we should not close with /TD. (seanbright)

Modified:
    branches/1.2/res/res_agi.c

Modified: branches/1.2/res/res_agi.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/res/res_agi.c?view=diff&rev=54771&r1=54770&r2=54771
==============================================================================
--- branches/1.2/res/res_agi.c (original)
+++ branches/1.2/res/res_agi.c Fri Feb 16 05:38:03 2007
@@ -1996,7 +1996,7 @@
 			continue;
 
 		fprintf(htmlfile, "<TR><TD><TABLE BORDER=\"1\" CELLPADDING=\"5\" WIDTH=\"100%%\">\n");
-		fprintf(htmlfile, "<TR><TH ALIGN=\"CENTER\"><B>%s - %s</B></TD></TR>\n", fullcmd,e->summary);
+		fprintf(htmlfile, "<TR><TH ALIGN=\"CENTER\"><B>%s - %s</B></TH></TR>\n", fullcmd,e->summary);
 
 
 		stringp=e->usage;



More information about the asterisk-commits mailing list