diff options
| author | Mark Otto <[email protected]> | 2011-08-19 13:20:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-19 13:20:07 -0700 |
| commit | 0af179fdf6c5f190d263bfe455be9e830e63a485 (patch) | |
| tree | f97054659eed6825aba33366f65625dda343147b | |
| parent | e8c3b4e5c7d77b23ed6b105629f782f2e8c9318e (diff) | |
| download | bootstrap-0af179fdf6c5f190d263bfe455be9e830e63a485.tar.xz bootstrap-0af179fdf6c5f190d263bfe455be9e830e63a485.zip | |
Oops, adding rel=stylesheet back to docs page
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 2987de792..ce28f81d4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -58,7 +58,7 @@ <h6>Hotlink the CSS</h6> <p>For the quickest and easiest start, just copy this snippet into your webpage.</p> <form> - <textarea class="copy-code" rows="1"><link type="text/css" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.0.0.min.css"></textarea> + <textarea class="copy-code" rows="1"><link rel="stylesheet" type="text/css" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.0.0.min.css"></textarea> </form> </div> <div class="span5 columns"> |
