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 | 37be0118549367fefcc258e02c896755dd48592e (patch) | |
tree | 2761bdf9cc3fe37cae996df4d6f1258d9165f92f | |
parent | de5d73dd1e380aeea3dbaa67fe9dc348f2a5281a (diff) | |
download | master-187ad058-37be0118549367fefcc258e02c896755dd48592e.tar.gz master-187ad058-37be0118549367fefcc258e02c896755dd48592e.tar.bz2 master-187ad058-37be0118549367fefcc258e02c896755dd48592e.zip |
fix documentation stylesheet to work from svn
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3602 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | docs/buildroot-documentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/buildroot-documentation.html b/docs/buildroot-documentation.html index d237639873..4d2b00b628 100644 --- a/docs/buildroot-documentation.html +++ b/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> |