Skip to content
Snippets Groups Projects
Commit 00b9dd41 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #356116 by Jody Lynn: fixed typo.

parent 3680da37
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -231,7 +231,7 @@ function theme_simpletest_test_table($table) { ...@@ -231,7 +231,7 @@ function theme_simpletest_test_table($table) {
$element = &$table[$key]; $element = &$table[$key];
$row = array(); $row = array();
// Make the class name safe for output on the pace by replacing all // Make the class name safe for output on the page by replacing all
// non-word/decimal characters with a dash (-). // non-word/decimal characters with a dash (-).
$test_class = strtolower(trim(preg_replace("/[^\w\d]/", "-", $key))); $test_class = strtolower(trim(preg_replace("/[^\w\d]/", "-", $key)));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment