diff options
Diffstat (limited to 'rt/share/html/SelfService/Prefs.html')
-rwxr-xr-x | rt/share/html/SelfService/Prefs.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rt/share/html/SelfService/Prefs.html b/rt/share/html/SelfService/Prefs.html index 602096c71..6207a3bcb 100755 --- a/rt/share/html/SelfService/Prefs.html +++ b/rt/share/html/SelfService/Prefs.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC %# <sales@bestpractical.com> %# %# (Except where explicitly superseded by other copyright notices) @@ -77,7 +77,7 @@ </td></tr></table> <br /> <& /Elements/Submit, Label => loc('Save Changes') &> - </form> +</form> <%INIT> @@ -120,8 +120,8 @@ if ( $Lang ) { if ($Signature) { $Signature =~ s/(\r\n|\r)/\n/g; if ($Signature ne $user->Signature) { - my ($val, $msg) = $user->SetSignature($Signature); - push (@results, "Signature: ".$msg); + my ($val, $msg) = $user->SetSignature($Signature); + push (@results, "Signature: ".$msg); } } |