diff --git a/mod/glossary/print.php b/mod/glossary/print.php index b4e4b32c8ac..0879237d4cb 100644 --- a/mod/glossary/print.php +++ b/mod/glossary/print.php @@ -146,7 +146,7 @@ echo '

' . userdate(time()) . '

'; echo get_string("site") . ': ' . $site->fullname . '
'; echo get_string("course") . ': ' . $course->fullname . ' ('. $course->shortname . ')
'; - echo get_string("modulename","glossary") . ': ' . format_string($glossary->name, true) . '

'; + echo get_string("modulename","glossary") . ': ' . format_string($glossary->name, true) . ''; if ( $allentries ) { foreach ($allentries as $entry) { @@ -172,7 +172,7 @@ $pivottoshow = fullname($user, isteacher($course->id)); } - echo "

".clean_text($pivottoshow)."

" ; + echo "

".clean_text($pivottoshow)."

" ; } } @@ -180,5 +180,5 @@ } } - echo ''; + echo ''; ?>