summaryrefslogtreecommitdiff
path: root/modules/forge/libraries/Form_Group.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/forge/libraries/Form_Group.php')
-rw-r--r--modules/forge/libraries/Form_Group.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forge/libraries/Form_Group.php b/modules/forge/libraries/Form_Group.php
index 29eff510..e0601321 100644
--- a/modules/forge/libraries/Form_Group.php
+++ b/modules/forge/libraries/Form_Group.php
@@ -57,7 +57,7 @@ class Form_Group_Core extends Forge {
{
if ($label = $this->data['label'])
{
- return $this->data['label'];
+ return html::purify($this->data['label']);
}
}
else