From: willcast Date: Sat, 18 Oct 2003 12:14:46 +0000 (+0000) Subject: - "striping_tags" inthe title X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c7b811b14c93515fbbd71e82d3ac11ab8b4416b1;p=moodle.git - "striping_tags" inthe title --- diff --git a/mod/glossary/editcategories.php b/mod/glossary/editcategories.php index 37fda34aec..47714b799a 100644 --- a/mod/glossary/editcategories.php +++ b/mod/glossary/editcategories.php @@ -41,8 +41,8 @@ $strglossaries = get_string("modulenameplural", "glossary"); $strglossary = get_string("modulename", "glossary"); - print_header("$course->shortname: $glossary->name", "$course->fullname", - "$navigation id>$strglossaries -> $glossary->name", + print_header(strip_tags("$course->shortname: $glossary->name"), "$course->fullname", + "$navigation id>$strglossaries -> id¤tview=categories>$glossary->name -> " . get_string("categories","glossary"), "", "", true, update_module_button($cm->id, $course->id, $strglossary), navmenu($course, $cm));