diff options
| author | Shinigami <[email protected]> | 2022-01-12 16:48:37 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-12 10:48:37 -0500 |
| commit | 3f7d6981668b4a75d6444495bd39bfa493004c09 (patch) | |
| tree | 121953eae93f1b66ed32fd9ffff23d7e83c66c75 /examples | |
| parent | 31ad7328805486d9bda05b9b507fa02335ef24b0 (diff) | |
| download | faker-3f7d6981668b4a75d6444495bd39bfa493004c09.tar.xz faker-3f7d6981668b4a75d6444495bd39bfa493004c09.zip | |
chore: remove invalid closed html tag (#63)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/browser/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/browser/index.html b/examples/browser/index.html index 575b7abd..97e82635 100644 --- a/examples/browser/index.html +++ b/examples/browser/index.html @@ -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> |
