Unwanted extra paragraphs since version 5.7
-
Hi,
If I create a form like this:
<div>hi</div> <div>hello</div>
Contact form 7 adds a bunch of line breaks in p-tags, resulting in a lot of unwanted whitespace:
<div> <p>hi </p> </div> <p><br /> </p> <div> <p>hello </p> </div>
If I revert back to version 5.6.4 the output looks like this:
<div>hi</div> <div>hello</div>
Is this difference between 5.6.4 and 5.7 made intentionally? If so, what is the reasoning behind it?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Unwanted extra paragraphs since version 5.7’ is closed to new replies.