Skip to content
Snippets Groups Projects
Commit 33187ea8 authored by ayacoo's avatar ayacoo Committed by Tymoteusz Motylewski
Browse files

[DOCS] Correctly close tags in changelogs

Releases: master
Resolves: #91395
Change-Id: If1c5c896c519aa5cf5ff35072bb101f718f8cdcb
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64488


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarJosef Glatz <josefglatz@gmail.com>
Tested-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarJosef Glatz <josefglatz@gmail.com>
Reviewed-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
parent 110985c1
Branches
Tags
No related merge requests found
......@@ -38,7 +38,7 @@ Example:
<picture>
<source srcset="{f:uri.image(image: fileObject, treatIdAsReference: true, fileExtension: 'webp')}" type="image/webp">
<source srcset="{f:uri.image(image: fileObject, treatIdAsReference: true, fileExtension: 'jpg')}" type="image/jpeg">
<f:image image="{fileObject}" treatIdAsReference="true" alt="{fileObject.alternative}">
<picture>
<f:image image="{fileObject}" treatIdAsReference="true" alt="{fileObject.alternative}" />
</picture>
.. index:: Fluid, ext:fluid
......@@ -33,7 +33,7 @@ the behavior can be modified generally to be either set to :html:`eager`,
:html:`auto` or to an empty value, removing the property directly.
The Fluid ImageViewHelper has the possibility to set this option
via :html:`<f:image src="{fileObject}" treatIdAsReference="true" loading="lazy">`
via :html:`<f:image src="{fileObject}" treatIdAsReference="true" loading="lazy" />`
to hint the browser on how the prioritization of image loading should be used.
.. index:: Frontend, ext:fluid_styled_content
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment