forked from I2P_Developers/i2p.i2p
tweak
This commit is contained in:
@ -412,7 +412,9 @@ public class SummaryBarRenderer {
|
|||||||
"</table><hr><h4>")
|
"</table><hr><h4>")
|
||||||
.append(_(_helper.getTunnelStatus()))
|
.append(_(_helper.getTunnelStatus()))
|
||||||
.append("</h4><hr>\n")
|
.append("</h4><hr>\n")
|
||||||
.append(_helper.getDestinations());
|
|
||||||
|
.append(_helper.getDestinations())
|
||||||
|
.append("<hr>\n");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -414,7 +414,7 @@ public class SummaryHelper extends HelperBase {
|
|||||||
} else {
|
} else {
|
||||||
buf.append("<center><i>").append(_("none")).append("</i></center>");
|
buf.append("<center><i>").append(_("none")).append("</i></center>");
|
||||||
}
|
}
|
||||||
buf.append("</div><hr>\n");
|
buf.append("</div>\n");
|
||||||
return buf.toString();
|
return buf.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user