From c7b811b14c93515fbbd71e82d3ac11ab8b4416b1 Mon Sep 17 00:00:00 2001 From: willcast Date: Sat, 18 Oct 2003 12:14:46 +0000 Subject: [PATCH] - "striping_tags" inthe title --- mod/glossary/editcategories.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)); -- 2.39.5