filter_autop currently inserts <br />
. As we are moving towards html5 (#1388926: Remove all references to "self-closing" void elements in core) and remove all references to <br />
. let's return <br>
in this filter.
↧
filter_autop returns self closing br element with slash, lets alter to br
↧