This commit is contained in:
ed 2021-03-21 07:49:05 +01:00
parent d07f147423
commit ccaf0ab159

View file

@ -1580,7 +1580,7 @@ function reload_browser(not_mp) {
link += parts[a] + '/'; link += parts[a] + '/';
var o = document.createElement('a'); var o = document.createElement('a');
o.setAttribute('href', link); o.setAttribute('href', link);
o.innerHTML = parts[a]; o.textContent = uricom_dec(parts[a])[0];
ebi('path').appendChild(o); ebi('path').appendChild(o);
} }