Skip to content

Commit

Permalink
Add html to <!DOCTYPE> (#1459)
Browse files Browse the repository at this point in the history
Add HTML to <!DOCTYPE>  so web3 will be populated in browser.
  • Loading branch information
codemeit authored and frozeman committed Apr 11, 2018
1 parent cd1cfd9 commit 9473312
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/balance.html
@@ -1,4 +1,4 @@
<!doctype>
<!DOCTYPE html>
<html>

<head>
Expand Down
2 changes: 1 addition & 1 deletion example/contract.html
@@ -1,4 +1,4 @@
<!doctype>
<!DOCTYPE html>
<html>

<head>
Expand Down
2 changes: 1 addition & 1 deletion example/contract_array.html
@@ -1,4 +1,4 @@
<!doctype>
<!DOCTYPE html>
<html>

<head>
Expand Down
2 changes: 1 addition & 1 deletion example/event_inc.html
@@ -1,4 +1,4 @@
<!doctype>
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="../dist/web3.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion example/icap.html
@@ -1,4 +1,4 @@
<!doctype>
<!DOCTYPE html>
<html>

<head>
Expand Down
2 changes: 1 addition & 1 deletion example/namereg.html
@@ -1,4 +1,4 @@
<!doctype>
<!DOCTYPE html>
<html>

<head>
Expand Down

0 comments on commit 9473312

Please sign in to comment.