]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - denied.c
Fix the links of the URL in the reports
[thirdparty/sarg.git] / denied.c
index db49aa78d94f6001f35e9fbd68e42303cd586dc4..ec8505cc294b59dd25710920875730979e3fd2aa 100644 (file)
--- a/denied.c
+++ b/denied.c
@@ -158,7 +158,7 @@ void gen_denied_report(void)
                        output_html_url(fp_ou,url);
                        fprintf(fp_ou,"\"><img src=\"%s/sarg-squidguard-block.png\"></a>&nbsp;",ImageFile);
                }
-               output_html_link(fp_ou,"",url,100); //the URL contains the scheme
+               output_html_link(fp_ou,url,100);
                fputs("</td></tr>\n",fp_ou);
        }
        fclose(fp_in);