mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
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