Projet

Général

Profil

Révision 4003efde

Ajouté par Assos Assos il y a environ 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/handlers/views_handler_area_result.inc
102 102
    }
103 103
    // Send the output.
104 104
    if (!empty($total) || !empty($this->options['empty'])) {
105
      $output .= filter_xss_admin(str_replace(array_keys($replacements), array_values($replacements), $format));
105
      // We don't want to sanitize with filter_xss_admin() here because Views
106
      // administrators are trusted users and should be allowed to insert
107
      // arbitrary markup.
108
      $output .= str_replace(array_keys($replacements), array_values($replacements), $format);
106 109
    }
107 110
    return $output;
108 111
  }

Formats disponibles : Unified diff