diff --git a/site/templates/partials/meta.php b/site/templates/partials/meta.php index 6adc076dc..cb7b72a75 100644 --- a/site/templates/partials/meta.php +++ b/site/templates/partials/meta.php @@ -1,9 +1,9 @@ metadata() as $meta) : ?> isCharset()) : ?> - + isHTTPEquiv()) : ?> - + - prefix() === 'og' ? 'property' : 'name' ?>="name() ?>" content="content() ?>"> + prefix() === 'og' ? 'property' : 'name' ?>="escapeAttr($meta->name()) ?>" content="escapeAttr($meta->content()) ?>"> \ No newline at end of file