summaryrefslogtreecommitdiffstats
path: root/docs/makedocs.pl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-01-18 01:06:17 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-01-18 01:06:17 +0100
commit4901ed9c21c36828a682dd0adf125331356f002a (patch)
tree83370e77d7c642924f348e728cd5cb985a26c53e /docs/makedocs.pl
parent4105a4885d093295c71dd5d08e160b3e6cc7ee0f (diff)
downloadbugzilla-4901ed9c21c36828a682dd0adf125331356f002a.tar.gz
bugzilla-4901ed9c21c36828a682dd0adf125331356f002a.tar.xz
Revert incorrect path to style.css
https://bugzilla.mozilla.org/show_bug.cgi?id=912064
Diffstat (limited to 'docs/makedocs.pl')
-rwxr-xr-xdocs/makedocs.pl2
1 files changed, 1 insertions, 1 deletions
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("</body></html>");
- $converter->add_css('./../../../../style.css');
+ $converter->add_css('./../../../style.css');
$converter->javascript_flurry(0);
$converter->css_flurry(0);
mkdir("html");