]> WPIA git - gigi.git/commitdiff
FIX: Comment text
authorJanis Streib <janis@dogcraft.de>
Thu, 26 Jun 2014 23:41:17 +0000 (01:41 +0200)
committerJanis Streib <janis@dogcraft.de>
Thu, 26 Jun 2014 23:41:17 +0000 (01:41 +0200)
src/org/cacert/gigi/output/CertificateTable.java

index ce0e5d56c2b80d68a0ede1c2789310c131066954..5cd6e0747b0e3d6d96d24f318a40a2695e93632e 100644 (file)
@@ -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);