Issue #3014121 by Geordi, shreyakaushik11, anmolgoyal74, msankhala, rwohleb, rachel_norfolk, akanksha-hp, jhodgdon: Attribute.php code snippet not properly escaped

merge-requests/172/head
catch 2020-12-16 21:31:19 +00:00
parent 1fcf53c314
commit 50d154ec1a
1 changed files with 5 additions and 2 deletions

View File

@ -32,8 +32,11 @@ use Drupal\Component\Utility\NestedArray;
* template, use the "without" filter to prevent attributes that have already
* been printed from being printed again. For example:
* @code
* <cat class="{{ attributes.class }} my-custom-class"{{ attributes|without('class') }}>
* {# Produces <cat class="cat black-cat white-cat black-white-cat my-custom-class" id="socks"> #}
* <cat class="{{ attributes.class }} my-custom-class"{{ attributes|without('class') }}>
* @endcode
* Produces:
* @code
* <cat class="cat black-cat white-cat black-white-cat my-custom-class" id="socks">
* @endcode
*
* The attribute keys and values are automatically escaped for output with