diff --git a/pywb/static/wb.js b/pywb/static/wb.js index 3ef6471e..d4db630e 100644 --- a/pywb/static/wb.js +++ b/pywb/static/wb.js @@ -73,9 +73,9 @@ function init_banner() { if (wbinfo.proxy_magic && wbinfo.url) { var select_url = wbinfo.proxy_magic + "/" + wbinfo.url; var query_url = wbinfo.proxy_magic + "/*/" + wbinfo.url; - text += ' All Capture Times'; + text += ' All Capture Times'; text += '
' - text += 'From collection "' + wbinfo.coll + '" All Collections'; + text += 'From collection "' + wbinfo.coll + '" All Collections'; } banner.innerHTML = text;