I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 43e95a70 authored by zzz's avatar zzz
Browse files

* configpeer.jsp: Table cleanup

parent ad56eb72
No related branches found
No related tags found
No related merge requests found
...@@ -765,7 +765,7 @@ public class Blocklist { ...@@ -765,7 +765,7 @@ public class Blocklist {
buf.append("<table><tr><td><b>Transient IPs</b></td></tr>"); buf.append("<table><tr><td><b>Transient IPs</b></td></tr>");
for (Iterator iter = singles.iterator(); iter.hasNext(); ) { for (Iterator iter = singles.iterator(); iter.hasNext(); ) {
int ip = ((Integer) iter.next()).intValue(); int ip = ((Integer) iter.next()).intValue();
buf.append("<tr><td>").append(toStr(ip)).append("</td></tr>\n"); buf.append("<tr><td align=right>").append(toStr(ip)).append("</td></tr>\n");
} }
buf.append("</table>"); buf.append("</table>");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment