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

tabtree.mustache not enclosing "title" attribute in quotes

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.2
    • 3.2.2
    • Themes
    • MOODLE_32_STABLE
    • MOODLE_32_STABLE
    • MDL-58072_master_tabtree_mustache
    • Hide
      1. Go to the system administration page to manage roles (e.g. http://[yoursite]/admin/roles/manage.php).
      2. View the HTML page source for the page.
      3. Find the "tabs" area for the page (for example, the "Manage roles" tab).
      4. Note that the HTML looks like this:
        Before fix:
        <li class="nav-item">
        <a class="nav-link active " title=Manage roles>Manage roles</a>
        </li>
        After fix:
        <li class="nav-item">
        <a class="nav-link active" title="Manage roles">Manage roles</a>
        </li>
      Show
      Go to the system administration page to manage roles (e.g. http://[yoursite]/admin/roles/manage.php ). View the HTML page source for the page. Find the "tabs" area for the page (for example, the "Manage roles" tab). Note that the HTML looks like this: Before fix: <li class="nav-item"> <a class="nav-link active " title=Manage roles>Manage roles</a> </li> After fix: <li class="nav-item"> <a class="nav-link active" title="Manage roles">Manage roles</a> </li>

    Description

      In the tabtree.mustache file of the Boost theme, a link is created with a "title" attribute, but the value of the attribute is not enclosed in quotes as required by proper HTML.

      Attachments

        Activity

          People

            mchurch Mike Churchward
            mchurch Mike Churchward
            Jake Dallimore Jake Dallimore
            Andrew Lyons Andrew Lyons
            Andrew Lyons Andrew Lyons
            Huong Nguyen, Bas Brands, Mathew May
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              13/Mar/17