Broken HTML in Tactical Monitoring Overview with Mozilla

Paul L. Allen pla at softflare.com
Mon Feb 2 18:38:23 CET 2004


Curt Shaffer writes: 

> I believe that what you need is to add: 
> 
> printf("</table>\n") on line 1192 or 1193 of the tac.c file before
> compiling.(between printf("</tr>\n") and  printf("<tr>\n"))

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. 

I could be wrong about that because of the nesting of tables, but after
taking the output and indenting various constructs in a text editor so
I could see what was happening, it looked to me like those two lines
should be there (browsers that follow the HTML spec don't strictly
need the closing </tr> but some versions of some browsers get confused
without it). 

Having tried the change, it now looks correct in IE, Mozilla and
Konqueror. 

-- 
Paul Allen
Softflare Support 




-------------------------------------------------------
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