From 4901ed9c21c36828a682dd0adf125331356f002a Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 18 Jan 2014 01:06:17 +0100 Subject: Revert incorrect path to style.css https://bugzilla.mozilla.org/show_bug.cgi?id=912064 --- docs/makedocs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/makedocs.pl') diff --git a/docs/makedocs.pl b/docs/makedocs.pl index 74843c7a3..a5511d2c4 100755 --- a/docs/makedocs.pl +++ b/docs/makedocs.pl @@ -139,7 +139,7 @@ END_HTML $converter->contents_page_start($contents_start); $converter->contents_page_end(""); - $converter->add_css('./../../../../style.css'); + $converter->add_css('./../../../style.css'); $converter->javascript_flurry(0); $converter->css_flurry(0); mkdir("html"); -- cgit v1.2.3-24-g4f1b