show infohash in upper case

This commit is contained in:
zzz
2014-12-08 14:08:45 +00:00
parent 98e275d908
commit 57ac344e7f

View File

@ -2693,7 +2693,7 @@ public class I2PSnarkServlet extends BasicServlet {
buf.append("&nbsp;<b>")
.append(_("Info hash"))
.append(":</b> ")
.append(hex)
.append(hex.toUpperCase(Locale.US))
.append("</td></tr>\n");
String announce = null;