Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-17708

The Glossary entry print view uses the tag <p align="center"> and the align attribute is not valid in XHTML 1.0 Strict

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.9.4
    • 1.9.3
    • Accessibility, Glossary
    • 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>" ;

            dongsheng Dongsheng Cai
            david.horat David Horat
            David Horat David Horat
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.