diff --git a/package-lock.json b/package-lock.json index 21aee6ff..404fd09f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "multiple-cucumber-html-reporter", - "version": "1.21.1", + "version": "1.21.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5c55c2c8..38397b35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multiple-cucumber-html-reporter", - "version": "1.21.1", + "version": "1.21.2", "description": "Generate beautifull cucumberjs reports for multiple instances (browsers / devices)", "keywords": [ "cucumber", diff --git a/templates/feature-overview.index.tmpl b/templates/feature-overview.index.tmpl index 7038cfa1..0a169d30 100644 --- a/templates/feature-overview.index.tmpl +++ b/templates/feature-overview.index.tmpl @@ -72,11 +72,13 @@
<% if (feature.tags) { %> - <% var amount = feature.tags.length; %> - <% if (amount > 0 ){ %> - - <% _.each(feature.tags, (tag) => {%><%= tag.name %><%});%> - <% } %> + <% var amount = feature.tags.length; %> + <% if (amount > 0 ){ %> + + <% _.each(feature.tags, (tag) => {%> + <%= tag.name %> + <%});%> + <% } %> <% } %>

Feature: