-
Bug
-
Resolution: Fixed
-
Minor
-
1.9.3
-
None
-
MOODLE_19_STABLE
-
MOODLE_19_STABLE
Instead of
<p align="center">
we should use
<p style="text-align: center">
This is done by modify the file: /moodle/mod/glossary/print.php
We should change the line:
echo "<p align=\"center\"><strong>".clean_text($pivottoshow)."</strong></p>" ;
for
echo "<p style=\"text-align: center\"><strong>".clean_text($pivottoshow)."</strong></p>" ;
- has been marked as being related by
-
MDL-32325 Glossary entry printing is not XHTML compliant and does not permit theming
- Closed