From: Frédéric Buclin Date: Sat, 18 Jan 2014 00:06:17 +0000 (+0100) Subject: Revert incorrect path to style.css X-Git-Tag: bugzilla-4.5.2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4901ed9c21c36828a682dd0adf125331356f002a;p=thirdparty%2Fbugzilla.git Revert incorrect path to style.css https://bugzilla.mozilla.org/show_bug.cgi?id=912064 --- diff --git a/docs/makedocs.pl b/docs/makedocs.pl index 74843c7a3e..a5511d2c4a 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");