Update lib/Cake/View/Helper/FormHelper.php

This commit is contained in:
Dave 2012-09-18 10:56:36 -03:00
parent 82a1194ea0
commit 46035cfd73

View file

@ -719,7 +719,7 @@ class FormHelper extends AppHelper {
/** /**
* Returns a formatted LABEL element for HTML FORMs. Will automatically generate * Returns a formatted LABEL element for HTML FORMs. Will automatically generate
* a for attribute if one is not provided. * a `for` attribute if one is not provided.
* *
* ### Options * ### Options
* *