From 062a926daaf1676aede69c4e60c6a3cd90597c38 Mon Sep 17 00:00:00 2001 From: Janis Streib Date: Fri, 27 Jun 2014 01:41:17 +0200 Subject: [PATCH] FIX: Comment text --- src/org/cacert/gigi/output/CertificateTable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2