mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Remove unnecessary 'e' in class name #1791
This commit is contained in:
parent
546149a8c0
commit
22ff33d795
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@ class ExtraItem
|
|||
break;
|
||||
// Email Address
|
||||
case 'email_address' :
|
||||
$buff[] = '<input type="email" name="' . $column_name . '" value="' . $value . '" class="email_addresse rx_ev_email" />';
|
||||
$buff[] = '<input type="email" name="' . $column_name . '" value="' . $value . '" class="email_address rx_ev_email" />';
|
||||
break;
|
||||
// Phone Number
|
||||
case 'tel' :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue