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

tabtree.mustache not enclosing "title" attribute in quotes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.2.2
    • 3.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>

      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.

            mchurch Mike Churchward
            mchurch Mike Churchward
            Jake Dallimore Jake Dallimore
            Andrew Lyons Andrew Lyons
            Andrew Lyons Andrew Lyons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

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