diff --git a/repo.js b/repo.js index 83d90da..370ecc1 100644 --- a/repo.js +++ b/repo.js @@ -208,7 +208,7 @@ function setmode(newmode){ output += '' + '' - + '
'; + output += '
'; }else{ output += '' + '' + '' - + '
'; + output += ''; } document.getElementById('wrap').innerHTML = output;