diff options
author | Mike Baker <mbm@openwrt.org> | 2006-04-08 21:21:01 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-04-08 21:21:01 +0000 |
commit | b15f675cbb5feda13223ca3c781c7ffdd06f953a (patch) | |
tree | 24ac025da40c0c9259d9ba705b84cd518873e59e | |
parent | 893cb473a02fa4e5673c610b914d7389ba711bdf (diff) | |
download | mtk-20170518-b15f675cbb5feda13223ca3c781c7ffdd06f953a.zip mtk-20170518-b15f675cbb5feda13223ca3c781c7ffdd06f953a.tar.gz mtk-20170518-b15f675cbb5feda13223ca3c781c7ffdd06f953a.tar.bz2 |
fix documentation stylesheet to work from svn
SVN-Revision: 3602
-rw-r--r-- | openwrt/docs/buildroot-documentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/docs/buildroot-documentation.html b/openwrt/docs/buildroot-documentation.html index d237639..4d2b00b 100644 --- a/openwrt/docs/buildroot-documentation.html +++ b/openwrt/docs/buildroot-documentation.html @@ -6,7 +6,7 @@ <head> <title>OpenWrt Buildroot - Usage and documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <link rel="stylesheet" type="text/css" href="stylesheet.css" /> + <link rel="stylesheet" type="text/css" href="stylesheet.css?format=raw" /> </head> <body> |