]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update getting-started.html 8657/head
authorFabian Golle <me@fabian-golle.de>
Sat, 27 Jul 2013 15:30:44 +0000 (17:30 +0200)
committerFabian Golle <me@fabian-golle.de>
Sat, 27 Jul 2013 15:30:44 +0000 (17:30 +0200)
getting-started.html

index 48ebd134c7391b2225a70ef96fd4c8e400b9720c..d18c086501d07e4c81309776e5ce245ffe69f073 100644 (file)
@@ -44,7 +44,7 @@ base_url: "../"
     <p>The folks over at <a href="https://www.netdna.com/">NetDNA</a> have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the <a href="http://www.bootstrapcdn.com/">Bootstrap CDN</a> links listed below.</p>
 {% highlight html linenos %}
 <!-- Latest compiled and minified CSS -->
-<link href="{{ site.cdn_css }}">
+<link rel="stylesheet" href="{{ site.cdn_css }}">
 
 <!-- Latest compiled and minified JavaScript -->
 <script src="{{ site.cdn_js }}"></script>