mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
fixed ';;' merged from MOODLE_15_STABLE
This commit is contained in:
parent
72693c64a6
commit
f150292f82
@ -2240,7 +2240,7 @@ function print_navigation ($navigation) {
|
||||
|
||||
if ($navigation) {
|
||||
if (! $site = get_site()) {
|
||||
$site->shortname = get_string('home');;
|
||||
$site->shortname = get_string('home');
|
||||
}
|
||||
$navigation = str_replace('->', '»', $navigation);
|
||||
echo '<a target="'. $CFG->framename .'" href="'. $CFG->wwwroot .'/">'. $site->shortname .'</a> » '. $navigation;
|
||||
@ -2762,7 +2762,7 @@ function print_table($table) {
|
||||
$countcols = 0;
|
||||
|
||||
if (!empty($table->head)) {
|
||||
$countcols = count($table->head);;
|
||||
$countcols = count($table->head);
|
||||
echo '<tr>';
|
||||
foreach ($table->head as $key => $heading) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user