X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Forg%2Fcacert%2Fgigi%2Foutput%2FCertificateTable.java;fp=src%2Forg%2Fcacert%2Fgigi%2Foutput%2FCertificateTable.java;h=5cd6e0747b0e3d6d96d24f318a40a2695e93632e;hb=062a926daaf1676aede69c4e60c6a3cd90597c38;hp=ce0e5d56c2b80d68a0ede1c2789310c131066954;hpb=89fed14fafeb0af07b09c183bf934e1234d21e48;p=gigi.git 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);