From 9c2ae7fea8b2e50c70e6cf625e2fefc5f4d5cdd4 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 19 Nov 2011 09:11:47 +0000 Subject: [PATCH] typo --- lam/docs/devel/upgrade.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm index 77ac5fe0..d13f9217 100644 --- a/lam/docs/devel/upgrade.htm +++ b/lam/docs/devel/upgrade.htm @@ -20,7 +20,7 @@ This is a list of API changes for all LAM releases.
-

3.5.0 -> 3.6

LAM now supports client-side validation (required + numceric fields). See htmlInputField::setValidationRule().
+

3.5.0 -> 3.6

LAM now supports client-side validation (required + numeric fields). See htmlInputField::setValidationRule().

3.4.0 -> 3.5.0

The old meta HTML code is no longer supported. Please use the new solution based on htmlElement (see lib/html.inc).