mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
fix protocol specifier in html output
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
0369340710
commit
5ed9958b69
1 changed files with 1 additions and 1 deletions
|
|
@ -502,7 +502,7 @@ static void html_footer(FILE *restrict f)
|
||||||
fprintf(f, "<small>Generated using %s<br />\n", PACKAGE_STRING);
|
fprintf(f, "<small>Generated using %s<br />\n", PACKAGE_STRING);
|
||||||
fprintf(f, "More info at <a href=\"%s\">%s</a>\n", PACKAGE_URL, PACKAGE_URL);
|
fprintf(f, "More info at <a href=\"%s\">%s</a>\n", PACKAGE_URL, PACKAGE_URL);
|
||||||
fprintf(f, "</small></div></div>\n");
|
fprintf(f, "</small></div></div>\n");
|
||||||
fprintf(f, "<script src=\"//code.jquery.com/jquery-2.1.4.min.js\" type=\"text/javascript\"></script>\n");
|
fprintf(f, "<script src=\"https://code.jquery.com/jquery-2.1.4.min.js\" type=\"text/javascript\"></script>\n");
|
||||||
fprintf(f, "<script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js\" type=\"text/javascript\"></script>\n");
|
fprintf(f, "<script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js\" type=\"text/javascript\"></script>\n");
|
||||||
fprintf(f, "<script src=\"https://cdn.datatables.net/1.10.10/js/jquery.dataTables.min.js\" type=\"text/javascript\"></script>\n");
|
fprintf(f, "<script src=\"https://cdn.datatables.net/1.10.10/js/jquery.dataTables.min.js\" type=\"text/javascript\"></script>\n");
|
||||||
fprintf(f, "<script type=\"text/javascript\" class=\"init\">$(document).ready(function() { $('#s').DataTable(); } );</script>\n");
|
fprintf(f, "<script type=\"text/javascript\" class=\"init\">$(document).ready(function() { $('#s').DataTable(); } );</script>\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue