aboutsummaryrefslogtreecommitdiff
path: root/views/default
diff options
context:
space:
mode:
Diffstat (limited to 'views/default')
-rw-r--r--views/default/input/reset.php4
-rw-r--r--views/default/input/submit.php4
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
*/