Update to 0.9.7.2 breaks forms
-
Updating to 0.9.7.2 breaks my themes inline forms functionality. Disabling HTML Minify fixes it.
Original HTML:
<input class="menu-search-field" type="text" onblur="if(this.value=='')this.value='To search, type and hit enter';" onfocus="if(this.value=='To search, type and hit enter')this.value='';" value="To search, type and hit enter" name="s" /> </form>
W3 Total Cache Minified HTML:
<input class=menu-search-field type=text onblur="if(this.value=='')this.value='To search, type and hit enter';" onfocus="if(this.value=='To search, type and hit enter')this.value;" value="To search, type and hit enter" name=s></form>
Seems to be stripping out CSS class quotation marks. For now I’m using another plugin called ‘Minify HTML’ which causes no problems.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Update to 0.9.7.2 breaks forms’ is closed to new replies.