Skip to content

Commit

Permalink
fix(doc): add doctype were missing
Browse files Browse the repository at this point in the history
no doctype = quirks mode
  • Loading branch information
vvo committed Nov 2, 2015
1 parent 8bb531a commit 86a18aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -39,4 +39,4 @@
{% endif %}
</body>

</html>
</html>
3 changes: 2 additions & 1 deletion docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ Once all the widgets have been added to the instantsearch instance, just start t
<div class="code-box">
<div class="code-sample-snippet ignore">
{% highlight html %}
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="//cdn.jsdelivr.net/instantsearch.js/0/themes/default.min.css" />
Expand Down Expand Up @@ -956,4 +957,4 @@ Example
</div>
</div>

If you want to style the **search-box** widget, you can do:
If you want to style the **search-box** widget, you can do:
1 change: 1 addition & 0 deletions docs/examples/airbnb/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
Expand Down
1 change: 1 addition & 0 deletions docs/examples/youtube/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
Expand Down

0 comments on commit 86a18aa

Please sign in to comment.