mojibake support for the spa stuff

This commit is contained in:
ed
2021-03-06 22:48:49 +01:00
parent 57d994422d
commit b9a4e47ea2
10 changed files with 104 additions and 53 deletions

View File

@@ -65,7 +65,7 @@ function statify(obj) {
if (a > 0)
loc.push(n[a]);
var dec = hesc(decodeURIComponent(n[a]));
var dec = hesc(uricom_dec(n[a]));
nav.push('<a href="/' + loc.join('/') + '">' + dec + '</a>');
}