- πΊπΈUnited States bluegeek9
Thank you for your contributions to this issue. As Drupal 7 has reached its End of Life and is no longer supported, we are closing this issue. We encourage you to upgrade to a supported version of Drupal.
<?
$title = t('Edit %name style', array('%name' => $file_style['name']));
drupal_set_title($title, PASS_THROUGH);
?>
There's no html there, so it can just be check_plained. Unless the problem is that it's getting double check_plained?
Closed: outdated
2.0
Code
Thank you for your contributions to this issue. As Drupal 7 has reached its End of Life and is no longer supported, we are closing this issue. We encourage you to upgrade to a supported version of Drupal.