diff --git a/themes/svrjswebsite/source/js/indextabs.js b/themes/svrjswebsite/source/js/indextabs.js index 9e8d0c6..6bd67a5 100644 --- a/themes/svrjswebsite/source/js/indextabs.js +++ b/themes/svrjswebsite/source/js/indextabs.js @@ -73,7 +73,7 @@ if (tabs.length > 0) { if (i == tabs.length) { container.innerHTML = otherTabOuterHTML; } else { - container.innerHTML = "
Install SVR.JS
Copy
" + escapeHTML(tabs[i].command) + "
"; + container.innerHTML = "
Install SVR.JS
Copy
" + escapeHTML(tabs[i].command) + "
"; document.getElementById("command-tab-copy").onclick = copyHandler; } }