diff --git a/apps/routerconsole/jsp/debug.jsp b/apps/routerconsole/jsp/debug.jsp
index b05f46a21..ed68d66fb 100644
--- a/apps/routerconsole/jsp/debug.jsp
+++ b/apps/routerconsole/jsp/debug.jsp
@@ -23,7 +23,7 @@
net.i2p.data.Hash h = dest.calculateHash();
net.i2p.crypto.SessionKeyManager skm = ctx.clientManager().getClientSessionKeyManager(h);
if (skm != null) {
- out.print("
" + h.toBase64().substring(0,6) + " SKM
");
+ out.print("" + h.toBase64().substring(0,6) + " SKM
");
skm.renderStatusHTML(out);
}
}
diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css
index 57aeb325d..cf809d336 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -407,6 +407,7 @@ table {
cell-padding: 1px;
font-size: 7pt;
background: #003;
+ margin: 1px 0;
}
table hr {