[BUGFIX] Remove typo in span tag

This commit is contained in:
PetaByteBoy // Milan Pässler 2017-03-18 14:36:11 +01:00 committed by Xaver Maierhofer
parent 92082a0d9b
commit 8b4d2ebc7d
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ define(['helper'], function (helper) {
a1.textContent = unknown ? d.source.id : d.source.node.nodeinfo.hostname;
h2.appendChild(a1);
var arrow = document.createElement('spam');
var arrow = document.createElement('span');
arrow.classList.add('ion-arrow-right-c');
h2.appendChild(arrow);