Move validation logic from input() to rawElement()
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 21 Aug 2009 20:50:35 +0000 (20:50 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 21 Aug 2009 20:50:35 +0000 (20:50 +0000)
commitf103c057d0d6fcb54ead147fbdb65d83a73d2e07
treeb65c73994076e47f4258dc1bfb9cd79d405f7486
parentaece69bc8946bd3373e68ad511da7e75829b37a4
Move validation logic from input() to rawElement()

This way callers of rawElement() or element() will also get correct
behavior.
includes/Html.php