diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-13 10:12:59 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-13 10:12:59 +0200 |
commit | 724bd6eb50c9b6afbea629b385c95b64d7ce5fb7 (patch) | |
tree | ef83a12ccb3a5011da08b242c65ceb09eacd0ed7 | |
parent | f795aaea7ccbb94c1163cb653174dc421ba52953 (diff) | |
download | jenkins.debian.net-724bd6eb50c9b6afbea629b385c95b64d7ce5fb7.tar.xz |
reproducible openwrt: fix css name
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 0ddb0472..a34b88f7 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -270,7 +270,7 @@ cat > $PAGE <<- EOF <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <title>openwrt</title> - <link rel='stylesheet' id='kamikaze-style-css' href='cascading.css?ver=4.0' type='text/css' media='all'> + <link rel='stylesheet' id='kamikaze-style-css' href='cascade.css?ver=4.0' type='text/css' media='all'> </head> <body> <div id="header"> |