Maintenance in Html::openElement regarding input types
authorrobin <robinp.1273@gmail.com>
Mon, 17 Sep 2012 01:27:50 +0000 (03:27 +0200)
committerrobin <robinp.1273@gmail.com>
Mon, 17 Sep 2012 01:30:56 +0000 (03:30 +0200)
commit5a59d9b8bb83a84c9f2254a740c321b643966459
tree7dfa1b50a22aba8a3b74b399807319d8070e1271
parentec32e6403c423732227dd6e112c832256f9ec959
Maintenance in Html::openElement regarding input types

Followup to c22000

Remove unset() for 'search' type, it will now simply be unset through the regular checking (removed it in the validTypes for that, but it is still in validTypes in HTML5 mode).

Update / remove outdated code comments.

Change-Id: I452462b81360b67b76dd8baa732d52113b6aafe6
includes/Html.php