X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FCrypt%2FKeyIssues;h=031753740974a17bb8cfc1fb66538b637a660a63;hp=35c12641edb29739e7d392f4d568c60fdbfbef89;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hpb=0ed195595b5c7ea404c8848d9d1881ada4214489 diff --git a/rt/share/html/Elements/Crypt/KeyIssues b/rt/share/html/Elements/Crypt/KeyIssues index 35c12641e..031753740 100644 --- a/rt/share/html/Elements/Crypt/KeyIssues +++ b/rt/share/html/Elements/Crypt/KeyIssues @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -68,7 +68,7 @@ % foreach my $issue ( @$Issues ) {
  • % if ( $issue->{'User'} ) { -User <&/Elements/ShowUser, User => $issue->{'User'} &> has a problem. +User <&/Elements/ShowUser, User => $issue->{'User'} &> has a problem. % } else { There is a problem with key/certificate(s) for address <% $issue->{'EmailAddress'} %>, but there is no user in the DB for this address. % }