Projet

Général

Profil

Révision 1f623f01

Ajouté par Assos Assos il y a plus de 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/templates/system/item-list.func.php
57 57
    // Heading outputs only when it has text.
58 58
    if (!empty($title['text'])) {
59 59
      $heading .= '<' . $title['level'] . drupal_attributes($title['attributes']) . '>';
60
      $heading .= empty($title['html']) ? check_plain($title['text']) : $title['text'];
60
      $heading .= empty($title['html']) ? check_plain($title['text']) : _bootstrap_filter_xss($title['text']);
61 61
      $heading .= '</' . $title['level'] . '>';
62 62
    }
63 63
  }

Formats disponibles : Unified diff