From 4a98aef7f151dc43d6ff497ef95b47aef4a5b3aa Mon Sep 17 00:00:00 2001 From: Radu Dineiu Date: Fri, 26 Feb 2016 10:46:11 +0200 Subject: [PATCH] Escaped XML attributes in extension.vsixmanifest --- resources/extension.vsixmanifest | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/extension.vsixmanifest b/resources/extension.vsixmanifest index 35dc9b2..e1fd31b 100644 --- a/resources/extension.vsixmanifest +++ b/resources/extension.vsixmanifest @@ -1,7 +1,7 @@ - + <%- displayName %> <%- description %> <%- tags %> @@ -9,14 +9,14 @@ Public <% if (links.repository) { %> - - - + + + <% } %> - <% if (links.bugs) { %><% } %> - <% if (links.homepage) { %><% } %> - <% if (galleryBanner.color) { %><% } %> - <% if (galleryBanner.theme) { %><% } %> + <% if (links.bugs) { %><% } %> + <% if (links.homepage) { %><% } %> + <% if (galleryBanner.color) { %><% } %> + <% if (galleryBanner.theme) { %><% } %> <% if (license) { %><%- license %><% } %> <% if (icon) { %><%- icon %><% } %> @@ -27,6 +27,6 @@ - <% _.forEach(assets, function (asset) { %><% }); %> + <% _.forEach(assets, function (asset) { %><% }); %>