From 3b1750049970b780d37d76606967b432992a96a7 Mon Sep 17 00:00:00 2001 From: Bilal Amarni Date: Fri, 24 May 2013 17:56:30 +0200 Subject: [PATCH] fixed attribute name --- reference/forms/types/options/max_length.rst.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/forms/types/options/max_length.rst.inc b/reference/forms/types/options/max_length.rst.inc index 6c123bfe8b1..ef0a487e473 100644 --- a/reference/forms/types/options/max_length.rst.inc +++ b/reference/forms/types/options/max_length.rst.inc @@ -3,5 +3,5 @@ max_length **type**: ``integer`` -This option is used to add a ``max_length`` attribute, which is used by -some browsers to limit the amount of text in a field. \ No newline at end of file +This option is used to add a ``maxlength`` attribute, which is used by +some browsers to limit the amount of text in a field.