Index: temp_moodle_dev/moodle/mod/glossary/print.php =================================================================== diff -u -rae465e5a7d3f73c6a9a65042c15fb2915be164e6 -raca9f00eec05f594be36b6397b9c363742db6022 --- temp_moodle_dev/moodle/mod/glossary/print.php (.../print.php) (revision ae465e5a7d3f73c6a9a65042c15fb2915be164e6) +++ temp_moodle_dev/moodle/mod/glossary/print.php (.../print.php) (revision aca9f00eec05f594be36b6397b9c363742db6022) @@ -173,13 +173,13 @@ $pivottoshow = fullname($user); } - echo "

".clean_text($pivottoshow)."

" ; + echo "

".clean_text($pivottoshow)."

" ; } } glossary_print_entry($course, $cm, $glossary, $entry, $mode, $hook,1,$displayformat,false,true); } } - //we pass a new parameter to the function so it won't we printed if is_lams=1 + print_footer('empty',null, false,$glossary->is_lams); ?>