]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tests/index.html: add missing `meta charset`.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Sun, 23 Mar 2014 17:50:42 +0000 (19:50 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Mon, 24 Mar 2014 07:28:57 +0000 (09:28 +0200)
js/tests/index.html

index c6d3d27af63589c488f80b78f6508863553e99e5..568f786c78c09e7c3cd00937e26a39df1aec1c2a 100644 (file)
@@ -1,6 +1,7 @@
 <!DOCTYPE HTML>
 <html>
 <head>
+  <meta charset="utf-8">
   <title>Bootstrap Plugin Test Suite</title>
 
   <!-- jQuery -->