Skip to content

Commit

Permalink
Fix new rows after meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
veneliniliev authored Nov 10, 2016
1 parent 315c866 commit 8755ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Torann/LaravelMetaTags/MetaTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ private function createTag(array $values)

$attributes = implode(' ', $attributes);

return "<meta {$attributes}>\n ";
return "<meta {$attributes}>";
}

/**
Expand Down

0 comments on commit 8755ad9

Please sign in to comment.