Skip to content

Commit

Permalink
Fixed responsive meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gorriecoe committed May 14, 2018
1 parent 9471acf commit 21031bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/MetaTagExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function MetaGeneratorTag()

public function MetaResponsiveTag()
{
return '<meta viewport="width=device-width, initial-scale=1.0" />';
return '<meta name="viewport" content="width=device-width, initial-scale=1.0">';
}

/**
Expand Down

0 comments on commit 21031bc

Please sign in to comment.