diff --git a/course/format/weeks/format.php b/course/format/weeks/format.php index 707852b316e..2c1be8c1a33 100644 --- a/course/format/weeks/format.php +++ b/course/format/weeks/format.php @@ -183,7 +183,7 @@ if (isediting($course->id)) { echo ' '. - '

'; + ''.$streditsummary.'

'; } echo ''; @@ -203,25 +203,25 @@ } else { $strshowonlyweek = get_string("showonlyweek", "", $section); echo ''. - '
'; + ''.$strshowonlyweek.'
'; } if (isediting($course->id)) { if ($thissection->visible) { // Show the hide/show eye echo ''. - '
'; + ''.$strweekhide.'
'; } else { echo ''. - '
'; + ''.$strweekhide.'
'; } if ($section > 1) { // Add a arrow to move section up echo ''. - '
'; + ''.$strmoveup.'
'; } if ($section < $course->numsections) { // Add a arrow to move section down echo ''. - '
'; + ''.$strmovedown.'
'; } }