Xymon Mailing List Archive search

Bug Report in acknowledge.c

2 messages in this thread

list John Thurston · Tue, 21 Jan 2014 08:08:30 -0900 ·
It looks to me like we are missing a closing HTML ">" on line 332 of acknowledge.c
fprintf(stdout, "<center><font size=\"+1\"><b>No active alerts</b></font></center\n");
shouldn't that be </center>\n ?

This came to light when I made changes to the std_footer and those changes did not render correctly on acknowledge.sh when there were no alerts.

I first noticed this in 4.3.12, but it is still present in 4.3.13.
-- 
    Do things because you should, not just because you can.

John Thurston    XXX-XXX-XXXX
user-ce4d79d99bab@xymon.invalid
Enterprise Technology Services
Department of Administration
State of Alaska
list Henrik Størner · Tue, 21 Jan 2014 18:20:52 +0100 ·
quoted from John Thurston
Den 21-01-2014 18:08, John Thurston skrev:
It looks to me like we are missing a closing HTML ">" on line 332 of
acknowledge.c
fprintf(stdout, "<center><font size=\"+1\"><b>No active
alerts</b></font></center\n");
shouldn't that be </center>\n ?
Absolutely right, will fix in 4.3.14.


Thanks,
Henrik