Issue #3097379 by andypost, lauriii: Remove deprecated markup from file module for D9

merge-requests/2419/head
Lauri Eskola 2019-12-02 17:40:02 +02:00
parent eadc5375d7
commit 1d36755540
No known key found for this signature in database
GPG Key ID: 37E6EF00B7EEF188
1 changed files with 1 additions and 2 deletions

View File

@ -15,6 +15,5 @@
#}
<span{{ attributes }}>{{ link }}</span>
{% if file_size %}
{# @todo remove class before Drupal 9.0.0 #}
<span class="file-size">({{ file_size }})</span>
<span>({{ file_size }})</span>
{% endif %}