diff --git a/Theme/Backend/wiki-dashboard.tpl.php b/Theme/Backend/wiki-dashboard.tpl.php
index 8d5600c..77a57de 100644
--- a/Theme/Backend/wiki-dashboard.tpl.php
+++ b/Theme/Backend/wiki-dashboard.tpl.php
@@ -30,18 +30,20 @@ echo $this->getData('nav')->render(); ?>
getId()); ?>
-
-
+
+
+
= \substr($doc->getDoc(), 0, 300) . (\strlen($doc->getDoc()) > 300 ? '...' : ''); ?>
-
+
+
diff --git a/Theme/Backend/wiki-doc-single.tpl.php b/Theme/Backend/wiki-doc-single.tpl.php
index 1cf8460..979ab3a 100644
--- a/Theme/Backend/wiki-doc-single.tpl.php
+++ b/Theme/Backend/wiki-doc-single.tpl.php
@@ -30,13 +30,15 @@ echo $this->getData('nav')->render();
-
- = $this->printHtml($doc->getName()); ?>
- = $doc->getDoc(); ?>
-