X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FCrypt%2FKeyIssues;h=251f91f32f7162c2fc8cb3e60a34e580e2c0005c;hp=850fbcacb0ef274dadb7e661178ad7a9f2727443;hb=187086c479a09629b7d180eec513fb7657f4e291;hpb=4639e25a658d9a0bf295415642fae8e8cdad846a diff --git a/rt/share/html/Elements/Crypt/KeyIssues b/rt/share/html/Elements/Crypt/KeyIssues index 850fbcacb..251f91f32 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-2017 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2018 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. % }