Skip to content

Commit

Permalink
chore: remove invalid closed html tag (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Jan 12, 2022
1 parent 31ad732 commit 3f7d698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content=""><html>
<meta name="author" content="">
<title>faker.js - generate massive amounts of fake data in node.js and the browser</title>
<script src = "js/jquery.js" type = "text/javascript"></script>
<script src = "js/prettyPrint.js" type = "text/javascript"></script>
Expand Down

0 comments on commit 3f7d698

Please sign in to comment.