placeholder-message for html form should be ->text() not ->parse()
authorBrian Wolff <bawolff+wn@gmail.com>
Thu, 7 Dec 2017 01:42:24 +0000 (01:42 +0000)
committerBrian Wolff <bawolff+wn@gmail.com>
Thu, 7 Dec 2017 01:42:24 +0000 (01:42 +0000)
commit462bce95a9e824923f8b44dcf1ab405a6497d088
tree0f1e2d8c0064f8a736ed5eea30ee9b2e269b037a
parente47859de415ae61819278d5e83633ce353b2f022
placeholder-message for html form should be ->text() not ->parse()

placeholder is an html attribute, it does not support arbitrary
html, so ->text() is most appropriate, not full parse.

Follow up d3cd609e

Change-Id: Ia2aa5a001e19ee90e99936ef4f0dc879f182999f
includes/htmlform/fields/HTMLTextAreaField.php
includes/htmlform/fields/HTMLTextField.php