aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/namespace/Item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/namespace/Item.php b/core/namespace/Item.php
index f1a0988..3192d05 100644
--- a/core/namespace/Item.php
+++ b/core/namespace/Item.php
@@ -81,6 +81,7 @@ abstract class Item implements ItemInterface {
$item = "{$this->Reflection->getNamespaceName()}\\Item";
$Parsedown = new Parsedown();
+ $Parsedown->setUrlsLinked(FALSE);
$content = $this->getBody();
if(\Application::get($item::CONFIGURATION.'.EMOTICONS') === TRUE) {