Revision 1f623f01
Added by Assos Assos almost 8 years ago
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 |
} |
Also available in: Unified diff
Weekly update of contrib modules