From: dongsheng Date: Fri, 16 Jan 2009 04:56:21 +0000 (+0000) Subject: "GLOSSARY/MDL-17708, use css selector instead of inline style, merged from 1.9" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0675fbfc7ee973e27bd9b887b91f59d41791bda1;p=moodle.git "GLOSSARY/MDL-17708, use css selector instead of inline style, merged from 1.9" --- diff --git a/mod/glossary/print.php b/mod/glossary/print.php index 78bcbae260..942d05d5b2 100644 --- a/mod/glossary/print.php +++ b/mod/glossary/print.php @@ -173,7 +173,7 @@ $pivottoshow = fullname($user); } - echo "

".clean_text($pivottoshow)."

" ; + echo "

".clean_text($pivottoshow)."

" ; } }