summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhttemplate/edit/cust_main.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index 38d8d2b7e..0921cb373 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -367,8 +367,8 @@ if ( $payby_default eq 'HIDE' ) {
die "unrecognized expiration date format: $date";
}
- print qq!<INPUT TYPE="hidden" NAME="${payby}_month" VALUE="$m"!.
- qq!<INPUT TYPE="hidden" NAME="${payby}_year" VALUE="$y"!;
+ print qq!<INPUT TYPE="hidden" NAME="${payby}_month" VALUE="$m">!.
+ qq!<INPUT TYPE="hidden" NAME="${payby}_year" VALUE="$y">!;
}