diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-09-25 18:35:42 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-09-25 18:35:42 +0000 |
commit | d7dd7e74c68f715655c5c4e497b9f82ef336202e (patch) | |
tree | 50e55dc7e7044e361e4016a7d7cb4ca3470252c6 /lib/html.lua | |
parent | 2c4affc87e47ee7de9fd63d62b5f1c45e28b778b (diff) | |
download | acf-core-d7dd7e74c68f715655c5c4e497b9f82ef336202e.tar.bz2 acf-core-d7dd7e74c68f715655c5c4e497b9f82ef336202e.tar.xz |
Moved cfe into mvc.lua and removed cfe.lua.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1518 ab2d0c66-481e-0410-8bed-d214d4d58bed
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 ) |