Skip to content

Commit

Permalink
MDL-9187 Added missing - between week course date periods, merged from
Browse files Browse the repository at this point in the history
MOODLE_18_STABLE
  • Loading branch information
poltawski committed May 9, 2007
1 parent 70f9a14 commit b6903c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/format/weeks/format.php
Expand Up @@ -206,7 +206,7 @@
// around. For now, just hide all the dates to avoid confusion.
$weekperiod = '';
} else {
$weekperiod = $weekday.' '.$endweekday;
$weekperiod = $weekday.' - '.$endweekday;
}


Expand Down

0 comments on commit b6903c4

Please sign in to comment.