| @@ -2,9 +2,8 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Base template for summary emails |
| 4 | 4 | * |
| 5 | 5 | * @since 6.7 |
| 6 | - * | |
| 7 | 6 | * @package Formidable |
| 8 | 7 | * |
| 9 | 8 | * @var array $args Content args. |
| 10 | 9 | */ |
| @@ -12,8 +11,9 @@ | ||
| 12 | 11 | if ( ! defined( 'ABSPATH' ) ) { |
| 13 | 12 | die( 'You are not allowed to call this page directly.' ); |
| 14 | 13 | } |
| 15 | 14 | |
| 15 | +$frm_settings = FrmAppHelper::get_settings(); | |
| 16 | 16 | ?> |
| 17 | 17 | |
| 18 | 18 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 19 | 19 | <html xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office"> |
| @@ -37,9 +37,9 @@ | ||
| 37 | 37 | <!-- Some clients doesn't fully support <style> tag --> |
| 38 | 38 | <style type="text/css"> |
| 39 | 39 | .frm_inbox_dismiss { display: none; } |
| 40 | 40 | |
| 41 | - .frm-button-primary { <?php echo esc_html( FrmEmailSummaryHelper::get_button_style() ); ?> } | |
| 41 | + .frm-button-primary { <?php echo esc_attr( FrmEmailSummaryHelper::get_button_style() ); ?> } | |
| 42 | 42 | </style> |
| 43 | 43 | </head> |
| 44 | 44 | |
| 45 | 45 | <body style="background-color: #f2f4f7; color: #475467; font-family: 'Inter', Arial, sans-serif; padding: 4.375em 0;"> |