]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/CertificateTable.java
FIX: Comment text
[gigi.git] / 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);