diff --git a/src/Tags.php b/src/Tags.php index bb7c964..5423299 100644 --- a/src/Tags.php +++ b/src/Tags.php @@ -105,7 +105,7 @@ public function resolveAttribute($resource, $attribute = null) } return $tags->map(function (Tag $tag) { - return $tag->name; + return e($tag->name); })->values(); } }