Skip to content

Commit

Permalink
Fix line length.
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Oct 12, 2018
1 parent 76361eb commit d51db27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dash/dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,9 @@ def _generate_meta_html(self):

tags = []
if not has_ie_compat:
tags.append('<meta http-equiv="X-UA-Compatible" content="IE=edge">')
tags.append(
'<meta http-equiv="X-UA-Compatible" content="IE=edge">'
)
if not has_charset:
tags.append('<meta charset="UTF-8">')

Expand Down

0 comments on commit d51db27

Please sign in to comment.