diff --git a/go/templates/index.tmpl b/go/templates/index.tmpl index ce5773a2..a8a27f0d 100644 --- a/go/templates/index.tmpl +++ b/go/templates/index.tmpl @@ -397,8 +397,8 @@ return; } var identityData = data.identity[0]; + var html = 'NamesEmailsPhone numbersAddresses'; identityData.owners.forEach(function(owner, idx) { - var html = 'NamesEmailsPhone numbersAddresses'; html += ''; owner.names.forEach(function(name, idx) { html += name + '
';