]> git.mjollnir.org Git - moodle.git/commitdiff
"GLOSSARY/MDL-17708, use css selector instead of inline style, merged from 1.9"
authordongsheng <dongsheng>
Fri, 16 Jan 2009 04:56:21 +0000 (04:56 +0000)
committerdongsheng <dongsheng>
Fri, 16 Jan 2009 04:56:21 +0000 (04:56 +0000)
mod/glossary/print.php

index 78bcbae260082a682f210bc10129562a2848a7e2..942d05d5b214031de85917ac9a6ace19cc5a37ca 100644 (file)
                         $pivottoshow = fullname($user);
                     }
 
-                    echo "<p align=\"center\"><strong>".clean_text($pivottoshow)."</strong></p>" ;
+                    echo "<p class='mdl-align'><strong>".clean_text($pivottoshow)."</strong></p>" ;
                 }
             }