diff options
Diffstat (limited to 'lib/html.lua')
-rw-r--r-- | lib/html.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/html.lua b/lib/html.lua index de69046..d6f968a 100644 --- a/lib/html.lua +++ b/lib/html.lua @@ -107,7 +107,7 @@ end --[[ Form functions ]]------------------------------------------------------ --- These expect something like a cfe to work (see acf_www-controller.lua) +-- These expect something like a cfe to work (see mvc.lua) form = {} form.text = function ( v ) |