diff options
| author | Zlatan Vasović <[email protected]> | 2013-10-09 09:45:05 +0200 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-10-09 09:45:05 +0200 |
| commit | 62c905f5bc8c2132d434b9bedd5b75c2ea3d85a2 (patch) | |
| tree | d38758a89d7c3a283239da08b5e769bb3c4ad091 | |
| parent | 730d7f0b13143061fd0607cbe6c303d7bd8b74ec (diff) | |
| download | bootstrap-62c905f5bc8c2132d434b9bedd5b75c2ea3d85a2.tar.xz bootstrap-62c905f5bc8c2132d434b9bedd5b75c2ea3d85a2.zip | |
Remove [type]
type="text/css" isn't needed
| -rw-r--r-- | js/tests/index.html | 2 |
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 --> |
