From 0675fbfc7ee973e27bd9b887b91f59d41791bda1 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Fri, 16 Jan 2009 04:56:21 +0000 Subject: [PATCH] "GLOSSARY/MDL-17708, use css selector instead of inline style, merged from 1.9" --- mod/glossary/print.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)."

" ; } } -- 2.39.5