diff options
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/simpletest.pages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/simpletest.pages.inc b/modules/simpletest/simpletest.pages.inc index f02304eeb..983a12d68 100644 --- a/modules/simpletest/simpletest.pages.inc +++ b/modules/simpletest/simpletest.pages.inc @@ -142,7 +142,7 @@ function theme_simpletest_test_table($variables) { $title = $test['#title']; $description = $test['#description']; - unset($test['#title']); + $test['#title_display'] = 'invisible'; unset($test['#description']); // Test name is used to determine what tests to run. |