[Koha-bugs] [Bug 13272] Many inputs lack a type attribute

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 21 19:19:52 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13272

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #13 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Reusing the regex from comment 1 I still found several occurrences left:

git grep -P '<input(?:\s+(?!type=)\w+="[^"]*")*\s*/>' **/*.tt **/*.inc 

I think we should fix all of them and add a test (I am willing to write the
test if needed).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list