forked from I2P_Developers/i2p.i2p
fix viewmtn url
(*sigh*)
This commit is contained in:
@ -123,7 +123,7 @@ public class FileDumpHelper extends HelperBase {
|
|||||||
if (s != null && s.length() > 20) {
|
if (s != null && s.length() > 20) {
|
||||||
if (iv != null)
|
if (iv != null)
|
||||||
buf.append("<br>");
|
buf.append("<br>");
|
||||||
buf.append("<a href=\"killyourtv.i2p/viewmtn/revision/info/").append(s)
|
buf.append("<a href=\"http://killyourtv.i2p/viewmtn/revision/info/").append(s)
|
||||||
.append("\">" +
|
.append("\">" +
|
||||||
"<tt>").append(s.substring(0, 20)).append("</tt>" +
|
"<tt>").append(s.substring(0, 20)).append("</tt>" +
|
||||||
"<br>" +
|
"<br>" +
|
||||||
|
Reference in New Issue
Block a user