forked from I2P_Developers/i2p.i2p
show infohash in upper case
This commit is contained in:
@ -2693,7 +2693,7 @@ public class I2PSnarkServlet extends BasicServlet {
|
||||
buf.append(" <b>")
|
||||
.append(_("Info hash"))
|
||||
.append(":</b> ")
|
||||
.append(hex)
|
||||
.append(hex.toUpperCase(Locale.US))
|
||||
.append("</td></tr>\n");
|
||||
|
||||
String announce = null;
|
||||
|
Reference in New Issue
Block a user