Skip to content
Snippets Groups Projects
Commit fe39f229 authored by rswindell's avatar rswindell
Browse files

Fixed the name of the CSS File (default.css, not synchronet.css).

parent c1551167
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ writeln("</title>"); ...@@ -51,7 +51,7 @@ writeln("</title>");
writeln("<meta name='GENERATOR' content='" + system.version + "'>"); writeln("<meta name='GENERATOR' content='" + system.version + "'>");
// The following line is necessary for IBM extended-ASCII in descriptions // The following line is necessary for IBM extended-ASCII in descriptions
writeln("<meta http-equiv='Content-Type' content='text/html; charset=IBM437'>"); writeln("<meta http-equiv='Content-Type' content='text/html; charset=IBM437'>");
writeln('<link rel="stylesheet" type="text/css" href="http://' + format("%s:%u",system.host_name, http_port) + '/synchronet.css">'); writeln('<link rel="stylesheet" type="text/css" href="http://' + format("%s:%u",system.host_name, http_port) + '/default.css">');
writeln("</head>"); writeln("</head>");
writeln('<body style="background-image: url(http://' + format("%s:%u",system.host_name, http_port) +'/images/default/bg_grad.jpg)";>'); writeln('<body style="background-image: url(http://' + format("%s:%u",system.host_name, http_port) +'/images/default/bg_grad.jpg)";>');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment