aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-03-23 19:50:42 +0200
committerXhmikosR <[email protected]>2014-03-24 09:28:57 +0200
commitcfb7093dc090c73e4d1dfa7c5ddac31e4f6b1c50 (patch)
tree0fe039f0b70acfbcb8c2880b1d2eada1bc47ad8b
parent58ea8a5601fab5b290fc526528b3cbd2d75194de (diff)
downloadbootstrap-cfb7093dc090c73e4d1dfa7c5ddac31e4f6b1c50.tar.xz
bootstrap-cfb7093dc090c73e4d1dfa7c5ddac31e4f6b1c50.zip
tests/index.html: add missing `meta charset`.
-rw-r--r--js/tests/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tests/index.html b/js/tests/index.html
index c6d3d27af..568f786c7 100644
--- a/js/tests/index.html
+++ b/js/tests/index.html
@@ -1,6 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
+ <meta charset="utf-8">
<title>Bootstrap Plugin Test Suite</title>
<!-- jQuery -->