summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/classes/Form.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/classes/Form.class.php')
-rw-r--r--src/usr/local/www/classes/Form.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/classes/Form.class.php b/src/usr/local/www/classes/Form.class.php
index 6f30f69..16865c0 100644
--- a/src/usr/local/www/classes/Form.class.php
+++ b/src/usr/local/www/classes/Form.class.php
@@ -54,7 +54,7 @@ class Form extends Form_Element
$this->addGlobal($submit);
if (!isset($this->_attributes['action']))
- $this->_attributes['action'] = htmlspecialchars($_SERVER['REQUEST_URI']);
+ $this->_attributes['action'] = $_SERVER['REQUEST_URI'];
}
public function add(Form_Section $section)
OpenPOWER on IntegriCloud