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

This commit is contained in:
dongsheng
2009-01-16 04:56:21 +00:00
parent a6e13ccc26
commit 0675fbfc7e
+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>" ;
}
}