rt 4.2.15
[freeside.git] / rt / share / html / SelfService / Prefs.html
index 602096c..8ce49ad 100755 (executable)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2018 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);
     }
 }