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/button.func.php
38 38
  }
39 39

  
40 40
  // This line break adds inherent margin between multiple buttons.
41
  return '<button' . drupal_attributes($element['#attributes']) . '>' . $text . "</button>\n";
41
  return '<button' . drupal_attributes($element['#attributes']) . '>' . _bootstrap_filter_xss($text) . "</button>\n";
42 42
}

Formats disponibles : Unified diff