From: Janis Streib Date: Thu, 26 Jun 2014 23:41:17 +0000 (+0200) Subject: FIX: Comment text X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=062a926daaf1676aede69c4e60c6a3cd90597c38;hp=89fed14fafeb0af07b09c183bf934e1234d21e48 FIX: Comment text --- diff --git a/src/org/cacert/gigi/output/CertificateTable.java b/src/org/cacert/gigi/output/CertificateTable.java index ce0e5d56..5cd6e074 100644 --- a/src/org/cacert/gigi/output/CertificateTable.java +++ b/src/org/cacert/gigi/output/CertificateTable.java @@ -52,7 +52,7 @@ public class CertificateTable implements Outputable { new Cell("SerialNumber", true), new Cell("Revoked", true), new Cell("Expires", true), new Cell("Login", true), - new Cell("Comment*", true, "colspan=\"2\"") }; + new Cell("Comment *", true, "colspan=\"2\"") }; } }; t.output(out, l, vars);