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
J3 will stand as xhtml compatible br (as we’ve had xhtml templates support there from early j3). From j4 should need be the html 5 br without the self closing tag
https://github.com/joomla/coding-standards/blob/master/manual/html.md#adding-line-breaks
afaik, it looks not necessary to use
<br />
as this is rather for xhtml.<br>
should be OK.Ref:
https://www.tutorialspoint.com/What-is-the-correct-way-of-using-br-br-or-br-in-HTML
So the question is:
<br />
as a standard for 3.x<br
> generally speaking or specially for J4 as we have9 occurences of
<br />
216 occurences of
<br>
@mbabker @wilsonge @HLeithner
The text was updated successfully, but these errors were encountered: