diff --git a/VERSION b/VERSION index 384cddd0..b4b08b06 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-21 22:19:37) dev +Version 2.00.0 (2012-08-22 08:31:56) dev diff --git a/gluon/html.py b/gluon/html.py index a25db62d..7aa16ec6 100644 --- a/gluon/html.py +++ b/gluon/html.py @@ -2044,7 +2044,7 @@ class FORM(DIV): @staticmethod - def confim(text='OK',buttons=None,hidden=None): + def confirm(text='OK',buttons=None,hidden=None): if not buttons: buttons = {} if not hidden: hidden={} inputs = [INPUT(_type='button',