On Mon, 2004-04-26 at 17:41, Max Waterman wrote:

> Looks at the source in Firefox, it suggests that the error is that there
> is no closing 'quote' (") on the 'alt' attribute to the
> thptGraph.png?col=3 IMG :
> 
> <IMG SRC="thptGraph.png?col=3" alt="Current 30day throughput chart><BR>
> <H4>Time [ Sun Mar 28 08:39:09 2004
> ~ through now]</H4></CENTER>
> 

I'm betting that is it. I just patched and restart I'll let you know if
that was it. Attached is the patch to the error (in report.c)


[EMAIL PROTECTED] ~/temp/ntop_3/ntop [93] cvs diff report.c
Index: report.c
===================================================================
RCS file: /export/home/ntop/ntop/report.c,v
retrieving revision 2.222
diff -r2.222 report.c
4202c4202
<       sendString("<P><IMG SRC=\"" CONST_THROUGHPUT_GRAPH CHART_FORMAT
"?col=3\" alt=\"Current 30day throughput chart><BR>\n");
---
>       sendString("<P><IMG SRC=\"" CONST_THROUGHPUT_GRAPH CHART_FORMAT
"?col=3\" alt=\"Current 30day throughput chart\"><BR>\n");


-- 
Mike Tremaine
[EMAIL PROTECTED]
http://www.stellarcore.net

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to