aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/opendd.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/opendd.php')
-rw-r--r--engine/lib/opendd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/opendd.php b/engine/lib/opendd.php
index 7c8e15380..5ac60d0db 100644
--- a/engine/lib/opendd.php
+++ b/engine/lib/opendd.php
@@ -295,7 +295,7 @@
$odd->setAttribute($k,$v);
// Body
- $odd->setBody($element->content);
+ $odd->setBody(html_entity_decode($element->content));
}
return $odd;