Commit 4901ed9c authored by Frédéric Buclin's avatar Frédéric Buclin

Revert incorrect path to style.css

parent 4105a488
...@@ -139,7 +139,7 @@ END_HTML ...@@ -139,7 +139,7 @@ END_HTML
$converter->contents_page_start($contents_start); $converter->contents_page_start($contents_start);
$converter->contents_page_end("</body></html>"); $converter->contents_page_end("</body></html>");
$converter->add_css('./../../../../style.css'); $converter->add_css('./../../../style.css');
$converter->javascript_flurry(0); $converter->javascript_flurry(0);
$converter->css_flurry(0); $converter->css_flurry(0);
mkdir("html"); mkdir("html");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment