Closed kennethkoontz closed 12 years ago
Mold parsed a form that has a title and description as:
{ '{"title":"first title","description":"Second description."}': '' }
This is incorrect. It should parse the form as:
{"title":"first title","description":"Second description."}
Mold parsed a form that has a title and description as:
{ '{"title":"first title","description":"Second description."}': '' }
This is incorrect. It should parse the form as:
{"title":"first title","description":"Second description."}