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

Skip to content
Snippets Groups Projects
Commit 142508c8 authored by zzz's avatar zzz
Browse files

configkeyring html fixes

parent 788e0419
No related branches found
No related tags found
No related merge requests found
...@@ -90,8 +90,8 @@ public class ConfigKeyringHelper extends HelperBase { ...@@ -90,8 +90,8 @@ public class ConfigKeyringHelper extends HelperBase {
SessionKey sk = e.getValue(); SessionKey sk = e.getValue();
buf.append(sk.toBase64()); buf.append(sk.toBase64());
if (!local) if (!local)
buf.append("</td><td>"); buf.append("</td><td></td><td></td><td>");
buf.append("</td>\n"); buf.append("</td></tr>\n");
} }
// LS2 // LS2
if (!local) { if (!local) {
...@@ -152,7 +152,7 @@ public class ConfigKeyringHelper extends HelperBase { ...@@ -152,7 +152,7 @@ public class ConfigKeyringHelper extends HelperBase {
t = bd.getExpiration(); t = bd.getExpiration();
if (t > 0) if (t > 0)
buf.append(DataHelper.formatDate(t)); buf.append(DataHelper.formatDate(t));
buf.append("</td><tr>"); buf.append("</td></tr>");
} }
} }
buf.append("</table>\n"); buf.append("</table>\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment