diff --git a/modules/checkout/includes/commerce_checkout.checkout_pane.inc b/modules/checkout/includes/commerce_checkout.checkout_pane.inc index f191af5..524a3ac 100644 --- a/modules/checkout/includes/commerce_checkout.checkout_pane.inc +++ b/modules/checkout/includes/commerce_checkout.checkout_pane.inc @@ -69,7 +69,7 @@ function commerce_checkout_completion_message_pane_settings_form($checkout_pane) $text_format = 'filtered_html'; } else { - $text_format = 'plain_text'; + $text_format = filter_fallback_format(); } } @@ -135,7 +135,7 @@ function commerce_checkout_completion_message_pane_checkout_form($form, &$form_s $text_format = 'filtered_html'; } else { - $text_format = 'plain_text'; + $text_format = filter_fallback_format(); } }