Implemented accessibiility fix bug 3662

This commit is contained in:
moodler
2005-08-01 16:49:32 +00:00
parent f82b708d08
commit 5cdb11e46f
+1 -1
View File
@@ -754,7 +754,7 @@ function displaydir ($wdir) {
print_cell("right", $filedate, 'date');
if ($choose) {
$edittext = "<b><a onMouseDown=\"return set_value('$selectfile')\" href=\"\">$strchoose</a></b>&nbsp;";
$edittext = "<strong><a onclick=\"return set_value('$selectfile')\" href=\"#\">$strchoose</a></strong>&nbsp;";
} else {
$edittext = '';
}