X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Forg%2Fcacert%2Fgigi%2FdbObjects%2FName.java;h=eb4c7afb5989385f9c136ba1a8e062f296ba8777;hb=6fdaa05e2fc9f65211d3c8c5bda894b3c1906d2c;hp=f9099cec596e7e880cbfe5b73609e60844cd707a;hpb=9def69bd08ea69eb27786d5b34f00e154e09e9f3;p=gigi.git diff --git a/src/org/cacert/gigi/dbObjects/Name.java b/src/org/cacert/gigi/dbObjects/Name.java index f9099cec..eb4c7afb 100644 --- a/src/org/cacert/gigi/dbObjects/Name.java +++ b/src/org/cacert/gigi/dbObjects/Name.java @@ -66,7 +66,7 @@ public class Name implements Outputable, IdCachable { @Override public void output(PrintWriter out) { - out.println(""); + out.print(""); out.print(HTMLEncoder.encodeHTML(singlePart.getValue())); out.println(""); } @@ -226,7 +226,7 @@ public class Name implements Outputable, IdCachable { private SchemedName scheme; /** - * This name should not get assured anymore and therefore not be displayed + * This name should not get verifed anymore and therefore not be displayed * to the RA-Agent. This state is irrevocable. */ private boolean deprecated;