]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove [type] 10998/head
authorZlatan Vasović <legospace9876@gmail.com>
Wed, 9 Oct 2013 07:45:05 +0000 (09:45 +0200)
committerZlatan Vasović <legospace9876@gmail.com>
Wed, 9 Oct 2013 07:45:05 +0000 (09:45 +0200)
type="text/css" isn't needed

js/tests/index.html

index 501bf38f2ec5eb35c570c9217463c4631ec8ce2b..4e3d487db9a6af5cd318fdc66ed7348ad853a88d 100644 (file)
@@ -8,7 +8,7 @@
   <script src="vendor/jquery.js"></script>
 
   <!-- qunit -->
-  <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen" />
+  <link rel="stylesheet" href="vendor/qunit.css" media="screen">
   <script src="vendor/qunit.js"></script>
 
   <!--  plugin sources -->