diff --git a/htroot/js/yacyinteractive.js b/htroot/js/yacyinteractive.js index def497d52..80d1f656c 100644 --- a/htroot/js/yacyinteractive.js +++ b/htroot/js/yacyinteractive.js @@ -225,7 +225,7 @@ function resultLine(type, item, linenumber) { html += "" + protocol + ""; // Protocol html += "" + host + ""; // Host html += "" + path + ""; // Path - html += "" + item.link + ""; // URL + html += "" + unescape(item.link) + ""; // URL if (item.sizename == "-1 bytes") html += ""; else html += "" + item.sizename + ""; // Size html += "" + pd + ""; // Date html += "";