From bae3a75ce83cb6dee31fd3e77a875d9c8b55868b Mon Sep 17 00:00:00 2001 From: vyshane Date: Mon, 15 Jan 2007 08:02:10 +0000 Subject: [PATCH] Fixed text box display width. --- admin/report/simpletest/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/report/simpletest/index.php b/admin/report/simpletest/index.php index a67e525afb..6646985d63 100644 --- a/admin/report/simpletest/index.php +++ b/admin/report/simpletest/index.php @@ -98,7 +98,7 @@ echo '

'; print_checkbox('showsearch', 1, $showsearch, get_string('showsearch' echo '

'; print_checkbox('thorough', 1, $thorough, get_string('thorough', $langfile)); echo '

'; echo '

'; echo ' '; - echo ''; + echo ''; echo '

'; echo ''; echo ''; -- 2.39.5