Projet

Général

Profil

Révision 7547bb19

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/templates/block/block.vars.php
36 36
  if (!isset($variables['title'])) {
37 37
    $variables['title'] = $variables['block']->subject;
38 38
  }
39
  $variables['title'] = _bootstrap_filter_xss($variables['title']);
39
  $variables['title'] = filter_xss_admin($variables['title']);
40 40
}

Formats disponibles : Unified diff