From cb4406be2d10dd625e99b311e86a4c22fe1afc7a Mon Sep 17 00:00:00 2001 From: FAL Date: Wed, 11 Sep 2019 10:59:15 +0200 Subject: [PATCH] fix: remove empty space in youtube tag (#43) --- lib/tags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tags.js b/lib/tags.js index 17da73f7..6a36786c 100644 --- a/lib/tags.js +++ b/lib/tags.js @@ -121,7 +121,7 @@ function getTags ({ { tag: 'amp-web-push', version: '0.1' }, { tag: 'amp-wistia-player', version: '0.1' }, { tag: 'amp-yotpo', version: '0.1' }, - { tag: 'amp-youtube ', version: '0.1' } + { tag: 'amp-youtube', version: '0.1' } ] for (const t of tags) {