Projet

Général

Profil

Révision 6ff32cea

Ajouté par Florent Torregrosa il y a environ 9 ans

Update core to 7.36

Voir les différences:

drupal7/includes/language.inc
297 297
      // Add support for WCAG 2.0's Language of Parts to add language identifiers.
298 298
      // http://www.w3.org/TR/UNDERSTANDING-WCAG20/meaning-other-lang-id.html
299 299
      foreach ($result as $langcode => $link) {
300
        $result[$langcode]['attributes']['lang'] = $langcode;
300
        $result[$langcode]['attributes']['xml:lang'] = $langcode;
301 301
      }
302 302

  
303 303
      if (!empty($result)) {

Formats disponibles : Unified diff