From 5cdb11e46ff5ebbb2a1c9d96d003bedb694a496f Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 1 Aug 2005 16:49:32 +0000 Subject: [PATCH] Implemented accessibiility fix bug 3662 --- files/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/index.php b/files/index.php index ff05d5a88b2..eb888b43e88 100644 --- a/files/index.php +++ b/files/index.php @@ -754,7 +754,7 @@ function displaydir ($wdir) { print_cell("right", $filedate, 'date'); if ($choose) { - $edittext = "$strchoose "; + $edittext = "$strchoose "; } else { $edittext = ''; }