From 1e8ae69e1d8808e50c19ae5120c905dff37b426e Mon Sep 17 00:00:00 2001 From: Lauri Eskola Date: Mon, 15 Jan 2024 14:55:37 +0200 Subject: Issue #3414263 by quietone, andypost: Change help headings for WCAG 2.0 --- core/modules/mysql/mysql.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/mysql/mysql.module') diff --git a/core/modules/mysql/mysql.module b/core/modules/mysql/mysql.module index 3a68ca95e913..746647d032ed 100644 --- a/core/modules/mysql/mysql.module +++ b/core/modules/mysql/mysql.module @@ -14,7 +14,7 @@ function mysql_help($route_name, RouteMatchInterface $route_match) { switch ($route_name) { case 'help.page.mysql': $output = ''; - $output .= '

' . t('About') . '

'; + $output .= '

' . t('About') . '

'; $output .= '

' . t('The MySQL module provides the connection between Drupal and a MySQL, MariaDB or equivalent database. For more information, see the online documentation for the MySQL module.', [':mysql' => 'https://www.drupal.org/docs/core-modules-and-themes/core-modules/mysql-module']) . '

'; return $output; -- cgit v1.2.3