diff --git a/index.html b/index.html index bc8320a..00c1f7d 100644 --- a/index.html +++ b/index.html @@ -12405,10 +12405,10 @@ var list = ""; for(i = 0; i < janin.currencies.length; i++) { if(janin.currencies[i].donate == null) continue; - list += "" - +"" - +""; + list += ""; + list += ""; + list += ""; } list += "
"+janin.currencies[i].name+"" - +janin.currencies[i].donate+"
"+janin.currencies[i].name+""; + list += janin.currencies[i].donate+"
"; donatelist.innerHTML = list; diff --git a/src/ninja.onload.js b/src/ninja.onload.js index 9533d7d..556cb69 100644 --- a/src/ninja.onload.js +++ b/src/ninja.onload.js @@ -51,10 +51,10 @@ var list = ""; for(i = 0; i < janin.currencies.length; i++) { if(janin.currencies[i].donate == null) continue; - list += "" - +"" - +""; + list += ""; + list += ""; + list += ""; } list += "
"+janin.currencies[i].name+"" - +janin.currencies[i].donate+"
"+janin.currencies[i].name+""; + list += janin.currencies[i].donate+"
"; donatelist.innerHTML = list;