Wrong HTML optimization
-
It seems that the plugin removes value 0 from the attribute when using Autoptimize plugin:
<input type="hidden" name="price_option" value="0">
becomes
<input type=hidden name=price_option value>
This breaks the form where the input is used.
Autoptimize author says:
that’s W3 Total Cache enforcing it’s HTML optimizer upon Autoptimize
Please advise.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Wrong HTML optimization’ is closed to new replies.