From 54744ed00aee6fa510254f4dd9601d53f725ef46 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Fri, 24 Jul 2015 16:34:36 +0100
Subject: [PATCH] Issue #2535586 by andypost: Clean-up "links" templates from
 removed "html" option

---
 core/modules/system/templates/links.html.twig           | 2 --
 core/themes/classy/templates/navigation/links.html.twig | 2 --
 2 files changed, 4 deletions(-)

diff --git a/core/modules/system/templates/links.html.twig b/core/modules/system/templates/links.html.twig
index 21ab95d6376e..86713b522156 100644
--- a/core/modules/system/templates/links.html.twig
+++ b/core/modules/system/templates/links.html.twig
@@ -11,8 +11,6 @@
  *   - href: The link URL. If omitted, the 'title' is shown as a plain text
  *     item in the links list. If 'href' is supplied, the entire link is passed
  *     to l() as its $options parameter.
- *   - html: (optional) Whether or not 'title' is HTML. If set, the title will
- *     not be passed through \Drupal\Component\Utility\SafeMarkup::checkPlain().
  *   - attributes: (optional) HTML attributes for the anchor, or for the <span>
  *     tag if no 'href' is supplied.
  *   - link_key: The link CSS class.
diff --git a/core/themes/classy/templates/navigation/links.html.twig b/core/themes/classy/templates/navigation/links.html.twig
index 5f62ac3f6264..f82f41a158cb 100644
--- a/core/themes/classy/templates/navigation/links.html.twig
+++ b/core/themes/classy/templates/navigation/links.html.twig
@@ -11,8 +11,6 @@
  *   - href: The link URL. If omitted, the 'title' is shown as a plain text
  *     item in the links list. If 'href' is supplied, the entire link is passed
  *     to l() as its $options parameter.
- *   - html: (optional) Whether or not 'title' is HTML. If set, the title will
- *     not be passed through \Drupal\Component\Utility\SafeMarkup::checkPlain().
  *   - attributes: (optional) HTML attributes for the anchor, or for the <span>
  *     tag if no 'href' is supplied.
  *   - link_key: The link CSS class.
-- 
GitLab