aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-19 12:14:43 -0700
committerJacob Thornton <[email protected]>2011-08-19 12:14:43 -0700
commit19bbc01f2e5ecd4a5c9b3e695b6996dab3c03eac (patch)
tree4babf87c4d2d3f4062d260f64c7690f81db94d28
parent1a805151da1217e57f4cb655ee6567414162add0 (diff)
downloadbootstrap-19bbc01f2e5ecd4a5c9b3e695b6996dab3c03eac.tar.xz
bootstrap-19bbc01f2e5ecd4a5c9b3e695b6996dab3c03eac.zip
add rel="stylesheet" to doc text
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index ba46ef69a..f32d7cf36 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">&lt;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">&lt;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">