You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.
It suggests to use spaceless filter instead. But only to avoid extra whitespace between HTML tags to avoid browser rendering quirks under some circumstances.
I imagine that the reasons for this tag are lost in the mists of time. If you've the time, I'd recommend simply experimenting with removing it locally and checking that the output is sensible. If it is, you could make a PR to remove it permanently.
It's worth bearing #106 in mind - we've unfortunately little time for work with this project now, sorry!
@sampart@manu-sparheld I'm using this bundle in several projects, so I plan to have a look at this issue over the summer and eventually maintain a fork - as suggested in #106
That's great. Thank you, @mhujer! Once your fork is at an advanced enough stage, add a note onto #106 and we can look into updating the README to point to it. Thanks again.
With a recent version of Twig I'm getting a deprecation warning because the use of the
spaceless
tag in the template: https://github.com/whiteoctober/BreadcrumbsBundle/blob/78214890393fa5dd9cea632873ee10e0a290b33b/Resources/views/microdata.html.twig#L1-L3It suggests to use
spaceless
filter instead. But only to avoid extra whitespace between HTML tags to avoid browser rendering quirks under some circumstances.On the other hand, it says:
So the question is for which reason is the
spaceless
used here. Should it be replaced with a filter or removed?The text was updated successfully, but these errors were encountered: