diff --git a/templates/partials/meta.php b/templates/partials/meta.php
index b78ac0b90..84209f4e6 100644
--- a/templates/partials/meta.php
+++ b/templates/partials/meta.php
@@ -1,9 +1,9 @@
metadata() as $meta): ?>
isCharset()): ?>
-
-isHTTPEquiv()): ?>
-
+
+isHTTPEquiv()) : ?>
+
- prefix() === 'og' ? 'property' : 'name' ?>="= $meta->name() ?>" content="= $meta->content() ?>">
+ prefix() === 'og' ? 'property' : 'name' ?>="= $this->escapeAttr($meta->name()) ?>" content="= $this->escapeAttr($meta->content()) ?>">