diff --git a/core/modules/action/action.module b/core/modules/action/action.module index b346e4830db1..c37bd9230d0f 100644 --- a/core/modules/action/action.module +++ b/core/modules/action/action.module @@ -34,7 +34,7 @@ function action_help($route_name, RouteMatchInterface $route_match) { case 'action.admin_add': case 'entity.action.edit_form': - return t('An advanced action offers additional configuration options which may be filled out below. Changing the Label field is recommended in order to better identify the precise action taking place.'); + return '
' . t('An advanced action offers additional configuration options which may be filled out below. Changing the Label field is recommended in order to better identify the precise action taking place.') . '
'; } }