forked from I2P_Developers/i2p.i2p
fixes after review
This commit is contained in:
@ -1351,7 +1351,7 @@ public class I2PSnarkServlet extends BasicServlet {
|
||||
if (isMultiFile) {
|
||||
// link on the whole td
|
||||
String jsec = encodedBaseName.replace("'", "\\'");
|
||||
out.write(" onclick=\"document.location='" + encodedBaseName + "/';\">");
|
||||
out.write(" onclick=\"document.location='" + jsec + "/';\">");
|
||||
} else {
|
||||
out.write('>');
|
||||
}
|
||||
|
Reference in New Issue
Block a user