jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/399133 )
Change subject: Unify SVG markup ...................................................................... Unify SVG markup Align SVG markup across Foundation products by - unifying XML declaration, - removing `enable-background` as it's deprecated and - unifying whitespace. Bug: T178867 Change-Id: I32972de815484fa89bd7cdacbbcd65f4663a4161 --- M resources/ext.relatedArticles.cards/noimage.svg 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: Ladsgroup: Looks good to me, approved jenkins-bot: Verified diff --git a/resources/ext.relatedArticles.cards/noimage.svg b/resources/ext.relatedArticles.cards/noimage.svg index d48d9cd..bc4f53c 100644 --- a/resources/ext.relatedArticles.cards/noimage.svg +++ b/resources/ext.relatedArticles.cards/noimage.svg @@ -1,5 +1,5 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56" enable-background="new 0 0 56 56"> - <path fill="#eaecf0" d="M0 0h56v56h-56z"/> - <path fill="#72777d" d="M36.4 13.5h-18.6v24.9c0 1.4.9 2.3 2.3 2.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zm-6.2 3.5h5.1v6.4h-5.1v-6.4zm-8.8 0h6v1.8h-6v-1.8zm0 4.6h6v1.8h-6v-1.8zm0 15.5v-1.8h13.8v1.8h-13.8zm13.8-4.5h-13.8v-1.8h13.8v1.8zm0-4.7h-13.8v-1.8h13.8v1.8z"/> +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"> + <path fill="#eaecf0" d="M0 0h56v56h-56"/> + <path fill="#72777d" d="M36.4 13.5h-18.6v24.9c0 1.4.9 2.3 2.3 2.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zm-6.2 3.5h5.1v6.4h-5.1v-6.4zm-8.8 0h6v1.8h-6v-1.8zm0 4.6h6v1.8h-6v-1.8zm0 15.5v-1.8h13.8v1.8h-13.8zm13.8-4.5h-13.8v-1.8h13.8v1.8zm0-4.7h-13.8v-1.8h13.8v1.8z"/> </svg> -- To view, visit https://gerrit.wikimedia.org/r/399133 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I32972de815484fa89bd7cdacbbcd65f4663a4161 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/RelatedArticles Gerrit-Branch: master Gerrit-Owner: VolkerE <[email protected]> Gerrit-Reviewer: Jdlrobson <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: Ladsgroup <[email protected]> Gerrit-Reviewer: Phuedx <[email protected]> Gerrit-Reviewer: Pmiazga <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
