Broken HTML in Tactical Monitoring Overview with Mozilla

Matt Pounsett matt.pounsett at cira.ca
Mon Feb 2 19:01:22 CET 2004


On Mon, 2 Feb 2004, Paul L. Allen wrote:

> For the 1.1 release, I believe that the two commented-out lines: 
> 
>    printf("</tr>\n");
>    printf("</table>\n"); 
> 
> betwen the printf("</td>\n"); on line 1221 and the printf("</td>\n");
> on line 1228 should be uncommented. 

Confirmed.  I came up with the same solution to fix mine.
Here's the patch I'm using:

diff -uNr nagios-1.1.orig/cgi/tac.c nagios-1.1/cgi/tac.c
--- nagios-1.1.orig/cgi/tac.c   2003-05-12 00:18:56.000000000 -0400
+++ nagios-1.1/cgi/tac.c        2004-02-02 12:45:08.000000000 -0500
@@ -1220,10 +1220,8 @@
        printf("</table>\n");
        printf("</td>\n");

-       /*
        printf("</tr>\n");
        printf("</table>\n");
-       */

        printf("</td>\n");

-- 
Matt Pounsett                 CIRA - Canadian Internet Registration Authority
Technical Support Programmer                    350 Sparks Street, Suite 1110
matt.pounsett at cira.ca                                 Ottawa, Ontario, Canada
613.237.5335 ext. 231                                      http://www.cira.ca



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list