Skip to content

Commit

Permalink
Fix badly formed HTML in docs
Browse files Browse the repository at this point in the history
This HTML snippet was missing the opening `<html>` tag, but did have the closing one.
  • Loading branch information
richardTowers committed Oct 29, 2018
1 parent 513a5cb commit 3195aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/installation/installing-from-dist.md
Expand Up @@ -33,6 +33,7 @@ Follow the below example to add the CSS and JavaScript files to your HTML templa

```html
<!DOCTYPE html>
<html>
<head>
<title>Example</title>
<!--[if !IE 8]><!-->
Expand Down

0 comments on commit 3195aa3

Please sign in to comment.