On line 1838 of report.c of ntop-2.1.54, a typo has changed the closing tag
"</A>"  to "<?A>". This might cause troubles with some browsers which like to
be strict about HTML.

> *** report.c.orig     Mon Jan 20 11:49:29 2003
> --- report.c  Mon Jan 20 11:45:59 2003
> ***************
> *** 1835,1841 ****
>   
>       for(idx=0, numPrinted=0; idx<MAX_NUM_RECENT_PORTS; idx++) {
>         if(el->recentlyUsedClientPorts[idx] > 0) {
> !     if(snprintf(buf, sizeof(buf), "<li><A 
>HREF=\""SHOW_PORT_TRAFFIC"?port=%d\">%s<?A>\n",
>                   el->recentlyUsedClientPorts[idx],
>                   getAllPortByNum(el->recentlyUsedClientPorts[idx])) < 0)
>         BufferTooShort();
> --- 1835,1841 ----
>   
>       for(idx=0, numPrinted=0; idx<MAX_NUM_RECENT_PORTS; idx++) {
>         if(el->recentlyUsedClientPorts[idx] > 0) {
> !     if(snprintf(buf, sizeof(buf), "<li><A 
>HREF=\""SHOW_PORT_TRAFFIC"?port=%d\">%s</A>\n",
>                   el->recentlyUsedClientPorts[idx],
>                   getAllPortByNum(el->recentlyUsedClientPorts[idx])) < 0)
>         BufferTooShort();

-- 
        Tim Pointing,
        Systems Manager, DRDC Toronto
        Toronto, Ontario, Canada
        [EMAIL PROTECTED]

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

Reply via email to