From 5a12bec47c334746fc7c4e8f2fa251d129d9d0ed Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 3 Jul 2008 14:33:58 +0000 Subject: Fixes #113 git-svn-id: https://code.elgg.org/elgg/trunk@1274 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/opendd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/lib/opendd.php b/engine/lib/opendd.php index ec1829bcc..7c8e15380 100644 --- a/engine/lib/opendd.php +++ b/engine/lib/opendd.php @@ -194,7 +194,7 @@ foreach ($this->attributes as $k => $v) $attr .= ($v!="") ? "$k=\"$v\" " : ""; - $body = $this->getBody(); + $body = htmlentities($this->getBody()); $tag = $this->getTagName(); $end = "/>"; -- cgit v1.2.3