From 3b9e6a8e907970265f360a3f013b28c20ce3139c Mon Sep 17 00:00:00 2001 From: ewinslow Date: Thu, 10 Feb 2011 23:56:33 +0000 Subject: Removed nonsensical comments git-svn-id: http://code.elgg.org/elgg/trunk@8101 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/input/reset.php | 4 ---- views/default/input/submit.php | 4 ---- 2 files changed, 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 */ -- cgit v1.2.3