W3TC inserts line break into the pages
-
Hi,
Using W3TC and I have just noticed that it is inserting spurious line breaks (<br>) into the code when they are not in the source code.For example:
<form id="lawyer-search" method="POST" action="/"> <div id="find-a-lawyer" class="sm-12 input-group"> <input id="lawyer-name" class="ui-autocomplete-input" name="lawyer-name" size="100" type="text" placeholder="Know the Lawyer you're looking for?" required="" autocomplete="off"><br> <input type="hidden" name="lawyer-search" value="1"><br> <span class="input-group-btn"><br> <input type="submit" value="" style="min-width:auto;" class="btn btn-default" name="lawyer-submit"><i class="fa fa-search"></i><br> </span> </div></form>After the <input> tags there are now <br> tags that are breaking the format of the input field – it is now too large.
Any ideas? Does minify/combine cause this?
Many thanks in advance,
Anthony
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘W3TC inserts line break into the pages’ is closed to new replies.