From 81d33f63557c766161f9dedefa98cb3362089e39 Mon Sep 17 00:00:00 2001 From: nfreear Date: Tue, 14 Mar 2006 15:36:48 +0000 Subject: [PATCH] Accessibility: validation, missing 'alt' attribute, near $strshowallweeks (OU-Bugz: 741) --- course/format/weekscss/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/format/weekscss/format.php b/course/format/weekscss/format.php index 132149c6de..677d7ef9db 100644 --- a/course/format/weekscss/format.php +++ b/course/format/weekscss/format.php @@ -233,7 +233,7 @@ if ($displaysection == $section) { echo ''. - '
'; + ''.$strshowallweeks.'
'; } else { $strshowonlyweek = get_string("showonlyweek", "", $section); echo ''. -- 2.39.5