"GLOSSARY/MDL-17708, use css selector instead of inline style"

This commit is contained in:
dongsheng
2009-01-16 04:55:38 +00:00
parent f6d70ceca1
commit 5f3e7b35d4
+1 -1
View File
@@ -173,7 +173,7 @@
$pivottoshow = fullname($user);
}
echo "<p align=\"center\"><strong>".clean_text($pivottoshow)."</strong></p>" ;
echo "<p class='mdl-align'><strong>".clean_text($pivottoshow)."</strong></p>" ;
}
}