X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews_ui%2Fsrc%2FViewUI.php;fp=web%2Fcore%2Fmodules%2Fviews_ui%2Fsrc%2FViewUI.php;h=2e7fabd62bf0c0413cdeda1ff53284043c61fe29;hp=b6841a84bc6da859f7b1a91656777e858cb6bed3;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a diff --git a/web/core/modules/views_ui/src/ViewUI.php b/web/core/modules/views_ui/src/ViewUI.php index b6841a84b..2e7fabd62 100644 --- a/web/core/modules/views_ui/src/ViewUI.php +++ b/web/core/modules/views_ui/src/ViewUI.php @@ -4,7 +4,6 @@ namespace Drupal\views_ui; use Drupal\Component\Utility\Html; use Drupal\Component\Utility\Timer; -use Drupal\Component\Utility\Xss; use Drupal\Core\EventSubscriber\AjaxResponseSubscriber; use Drupal\Core\Form\FormStateInterface; use Drupal\views\Views; @@ -688,7 +687,11 @@ class ViewUI implements ViewEntityInterface { '#template' => "{% trans 'Title' %}", ], ], - Xss::filterAdmin($executable->getTitle()), + [ + 'data' => [ + '#markup' => $executable->getTitle(), + ], + ], ]; if (isset($path)) { // @todo Views should expect and store a leading /. See: