forked from I2P_Developers/i2p.i2p
Console: Fix summary bar event log link param (thx drzed)
This commit is contained in:
@ -478,7 +478,7 @@ class SummaryBarRenderer {
|
|||||||
// 7 days
|
// 7 days
|
||||||
tx = _t("Events");
|
tx = _t("Events");
|
||||||
rbuf.setLength(0);
|
rbuf.setLength(0);
|
||||||
rbuf.append("<a href=\"/events?from=604800000\" target=\"_top\" title=\"")
|
rbuf.append("<a href=\"/events?from=604800\" target=\"_top\" title=\"")
|
||||||
.append(_t("View historical log of router events"))
|
.append(_t("View historical log of router events"))
|
||||||
.append("\">")
|
.append("\">")
|
||||||
.append(nbsp(tx))
|
.append(nbsp(tx))
|
||||||
|
Reference in New Issue
Block a user