Project

General

Profile

Revision 1f623f01

Added by Assos Assos almost 8 years ago

Weekly update of contrib modules

View differences:

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
  }

Also available in: Unified diff