Use a comma to separate the identities in the tooltips.
[Sone.git] / src / main / resources / static / javascript / sone.js
index b8be6b3..149520f 100644 (file)
@@ -282,7 +282,7 @@ function generateSoneList(sones) {
        var soneList = "";
        $.each(sones, function() {
                if (soneList != "") {
-                       soneList += "\n";
+                       soneList += "";
                }
                soneList += this.name;
        });