Merge from STABLE. Fix bug 5477...

This commit is contained in:
nfreear 2006-05-16 12:27:21 +00:00
parent e295c6e4c3
commit f73e218f40

View File

@ -2463,7 +2463,7 @@ function print_navigation ($navigation) {
if ($navigation) {
//Accessibility: breadcrumb links now in a list, » replaced with image.
$nav_text = get_string('youarehere','access');
echo '<span class="accesshide">'.$nav_text.':</span><ul>';
echo '<h2 class="accesshide">'.$nav_text.",</h2><ul>\n";
if (! $site = get_site()) {
$site->shortname = get_string('home');
}