aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2013-10-09 09:45:05 +0200
committerZlatan Vasović <[email protected]>2013-10-09 09:45:05 +0200
commit62c905f5bc8c2132d434b9bedd5b75c2ea3d85a2 (patch)
treed38758a89d7c3a283239da08b5e769bb3c4ad091
parent730d7f0b13143061fd0607cbe6c303d7bd8b74ec (diff)
downloadbootstrap-62c905f5bc8c2132d434b9bedd5b75c2ea3d85a2.tar.xz
bootstrap-62c905f5bc8c2132d434b9bedd5b75c2ea3d85a2.zip
Remove [type]
type="text/css" isn't needed
-rw-r--r--js/tests/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/index.html b/js/tests/index.html
index 501bf38f2..4e3d487db 100644
--- a/js/tests/index.html
+++ b/js/tests/index.html
@@ -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 -->