Skip to content

Commit

Permalink
Merge pull request #7892 from resource11/hotfix/add-iframe-lang-attr
Browse files Browse the repository at this point in the history
fix: Add html lang attribute to iframe
  • Loading branch information
ndelangen authored Aug 30, 2019
2 parents 199e4d3 + b4cb9e7 commit 6d04730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/server/templates/index.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title><%= options.title || 'Storybook'%></title>
Expand Down

0 comments on commit 6d04730

Please sign in to comment.