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

/course/category.php braks XHTML strict (2nd step)

    XMLWordPrintable

Details

    • Task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.8
    • 1.8
    • Accessibility
    • None
    • MOODLE_18_STABLE
    • MOODLE_18_STABLE

    Description

      If a category has sub categories the page /course/category.php of the parent category breaks XHTML strict.
      By changing the row 225 of the file /course/category.php ($Id: category.php,v 1.93.2.9 2007/04/26 08:48:07 moodler Exp $) from
      echo '<table align="center" border="0" cellspacing="2" cellpadding="4" class="generalbox">';
      to
      echo '<table border="0" cellspacing="2" cellpadding="4" class="generalbox boxaligncenter">';
      the problem is solved.

      Attachments

        Issue Links

          Activity

            People

              dougiamas Martin Dougiamas
              daniss Daniele Cordella
              Nobody Nobody
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                31/Mar/07