4d3adb09cd
It turns out input[type=text] will only find input fields where the type attribute is explicitly set to text, but would skip fields that left it out and defaulted to type text. This changes to catch all types of input elements.