From a328113f13bef7cceacbf7b2d58fc3dc84a1acaa Mon Sep 17 00:00:00 2001 From: nfreear Date: Wed, 15 Mar 2006 09:56:40 +0000 Subject: [PATCH] Accessibility: validation, missing 'alt' attribute, near $strshowallweeks (OU-Bugz: 741) --- course/format/weeks/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/format/weeks/format.php b/course/format/weeks/format.php index 88a5917b93..d0794185d5 100644 --- a/course/format/weeks/format.php +++ b/course/format/weeks/format.php @@ -199,7 +199,7 @@ if ($displaysection == $section) { echo ''. - '
'; + ''.$strshowallweeks.'
'; } else { $strshowonlyweek = get_string("showonlyweek", "", $section); echo ''. -- 2.39.5