diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-08 21:21:01 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-08 21:21:01 +0000 |
commit | 1e06c603286c0176802d6d2d6924d07a1fa4e389 (patch) | |
tree | 32a4df7544ecc07c091806e2394cebfa4515d888 | |
parent | 1e0479ad19b7ff1ac1fa7a835d8f85f7157e786a (diff) |
fix documentation stylesheet to work from svn
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3602 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 d237639873..4d2b00b628 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> |