Projet

Général

Profil

Révision 7e72b748

Ajouté par Assos Assos il y a plus de 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/plugins/content_types/page/page_site_name.inc
61 61

  
62 62
  // Optionally link the site name to the homepage.
63 63
  if (!empty($conf['linked'])) {
64
    $block->content = l($block->content, '<front>');
64
    $block->content = l($block->content, '<front>', array('html' => TRUE));
65 65
  }
66 66

  
67 67
  return $block;

Formats disponibles : Unified diff