diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-10 23:56:33 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-10 23:56:33 +0000 |
commit | 3b9e6a8e907970265f360a3f013b28c20ce3139c (patch) | |
tree | 535e1867c0ff6e3ee9514f55c04afe5c035b866b /views | |
parent | 5f2124927824148d114f8cf6d6a824f0e898a10a (diff) | |
download | elgg-3b9e6a8e907970265f360a3f013b28c20ce3139c.tar.gz elgg-3b9e6a8e907970265f360a3f013b28c20ce3139c.tar.bz2 |
Removed nonsensical comments
git-svn-id: http://code.elgg.org/elgg/trunk@8101 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/input/reset.php | 4 | ||||
-rw-r--r-- | views/default/input/submit.php | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/views/default/input/reset.php b/views/default/input/reset.php index d1296e4bf..12866421e 100644 --- a/views/default/input/reset.php +++ b/views/default/input/reset.php @@ -2,10 +2,6 @@ /** * Create a reset input button * - * @todo ... huh? - * Use this view for forms rather than creating a submit/reset button tag in the wild as it provides - * extra security which help prevent CSRF attacks. - * * @package Elgg * @subpackage Core */ diff --git a/views/default/input/submit.php b/views/default/input/submit.php index 39734b807..d09d1db6e 100644 --- a/views/default/input/submit.php +++ b/views/default/input/submit.php @@ -2,10 +2,6 @@ /** * Create a submit input button * - * @todo ... huh? - * Use this view for forms rather than creating a submit/reset button tag in the wild as it provides - * extra security which help prevent CSRF attacks. - * * @package Elgg * @subpackage Core */ |