mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Some changes for XHTML and accessibility compliance
This commit is contained in:
parent
857e46c39a
commit
72b4e28353
3 changed files with 14 additions and 5 deletions
|
@ -103,7 +103,7 @@
|
|||
|
||||
if ($course->category) {
|
||||
print_header("$course->shortname: $discussion->name", "$course->fullname",
|
||||
"<a href=../../course/view.php?id=$course->id>$course->shortname</a> ->
|
||||
"<a href=\"../../course/view.php?id=$course->id\">$course->shortname</a> ->
|
||||
$navmiddle -> $navtail", "", "", true, $searchform, navmenu($course, $cm));
|
||||
} else {
|
||||
print_header("$course->shortname: $discussion->name", "$course->fullname",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue