Skip to content

Commit

Permalink
Fixed helptext layout
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jul 17, 2019
1 parent 851c418 commit df2bcbc
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -384,10 +384,10 @@ protected void showInputForm (@Nonnull final WebPageExecutionContext aWPEC,
.setCtrl (new HCEdit (new RequestField (FIELD_SUBJECT_UNIQUE_IDENTIFIER,
aSelectedObject != null ? aSelectedObject.getSubjectUniqueIdentifier ()
: null)))
.setHelpText ("Holds the Subject Unique Identifier of the certificate of the\r\n" +
"destination SMP. A client SHOULD validate that the Subject\r\n" +
"Unique Identifier of the certificate used to sign the resource at the\r\n" +
"destination SMP matches the Subject Unique Identifier published in\r\n" +
.setHelpText ("Holds the Subject Unique Identifier of the certificate of the " +
"destination SMP. A client SHOULD validate that the Subject " +
"Unique Identifier of the certificate used to sign the resource at the " +
"destination SMP matches the Subject Unique Identifier published in " +
"the redirecting SMP.")
.setErrorList (aFormErrors.getListOfField (FIELD_SUBJECT_UNIQUE_IDENTIFIER)));

Expand Down

0 comments on commit df2bcbc

Please sign in to comment.