commit 45c154a860e93969bcfc6ed28252b797d274258e Author: jrcallicott Date: Wed Jun 26 15:21:21 2013 -0500 #72 diff --git a/core/modules/filter/templates/filter-guidelines.html.twig b/core/modules/filter/templates/filter-guidelines.html.twig index e4311f4..241aab7 100644 --- a/core/modules/filter/templates/filter-guidelines.html.twig +++ b/core/modules/filter/templates/filter-guidelines.html.twig @@ -13,16 +13,12 @@ * (only used when 'long' is TRUE) for each filter in one or more text * formats. * - * @todo Remove striptags when auto_escape is resolved - * http://drupal.org/node/1712444. - * - * @see template_preprocess() * @see template_preprocess_filter_tips() * * @ingroup themeable */ #} -

{{ format.name|striptags }}

+

{{ format.name }}

{{ tips }} diff --git a/core/modules/filter/templates/filter-tips.html.twig b/core/modules/filter/templates/filter-tips.html.twig index b11562e..d63a406 100644 --- a/core/modules/filter/templates/filter-tips.html.twig +++ b/core/modules/filter/templates/filter-tips.html.twig @@ -12,9 +12,6 @@ * (TRUE), or are in a short format, i.e. suitable to be displayed below a * form element. Defaults to FALSE. * - * @todo Reimplement once http://drupal.org/node/1778624 gets resolved. - * - * @see template_preprocess() * @see template_preprocess_filter_tips() * * @ingroup themeable diff --git a/core/modules/filter/templates/text-format-wrapper.html.twig b/core/modules/filter/templates/text-format-wrapper.html.twig index 331b81e..511c2b0 100644 --- a/core/modules/filter/templates/text-format-wrapper.html.twig +++ b/core/modules/filter/templates/text-format-wrapper.html.twig @@ -7,7 +7,6 @@ * - children: Text format element children. * - description: Text format element description. * - * @see template_preprocess() * @see template_preprocess_text_format_wrapper() * * @ingroup themeable