diff --git a/lib/common/templates/android/strings.template b/lib/common/templates/android/strings.template index 91e886b5a..7319f33e7 100644 --- a/lib/common/templates/android/strings.template +++ b/lib/common/templates/android/strings.template @@ -20,6 +20,6 @@ var props = dictionary.allTokens.filter(function(prop) { <%= fileHeader({file, commentStyle: 'xml'}) %> <% props.forEach(function(prop) { - %><%= prop.value %><% if (prop.comment) { %><% } %> + %><%= prop.value %><% if (prop.comment) { %><% } %> <% }); %>