mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
fix tests broken by #39
This commit is contained in:
parent
f4ec8c0fab
commit
c768bb7d60
7 changed files with 26 additions and 26 deletions
|
|
@ -264,7 +264,7 @@ class SEOManager
|
|||
{
|
||||
$content = e($content);
|
||||
|
||||
$this->rawTag("meta.{$property}", "<meta property=\"{$property}\" content=\"{$content}\" />");
|
||||
$this->rawTag("meta.{$property}", "<meta property=\"{$property}\" content=\"{$content}\">");
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue