diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/opendd.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "/>"; |