From 8607a209fd5757f63a9333e4960affde1eaa899a Mon Sep 17 00:00:00 2001 From: Cristian Fasanando Date: Fri, 15 Jan 2010 17:00:47 -0500 Subject: [PATCH] minor - fixed error typo changed input text by hidden - partial CT#493 --- main/dropbox/dropbox_functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/dropbox/dropbox_functions.inc.php b/main/dropbox/dropbox_functions.inc.php index 6d38c677ef..89976a3d69 100755 --- a/main/dropbox/dropbox_functions.inc.php +++ b/main/dropbox/dropbox_functions.inc.php @@ -1154,7 +1154,7 @@ function feedback_form() { $token = Security::get_token(); $return .= ''; - $return .= ''; + $return .= ''; $return .= '
'; }