diff --git a/ground/views/feed/index.php b/ground/views/feed/index.php
index 8bc990f..59743a9 100644
--- a/ground/views/feed/index.php
+++ b/ground/views/feed/index.php
@@ -2,7 +2,7 @@
-

+
@@ -21,7 +21,7 @@
= $item->name ?>
 ?>)
- = mb_substr($item->description, 0, 400, 'UTF-8') ?> …
+ = mb_substr($item->description, 0, 400, 'UTF-8') ?>…
>>>
@@ -35,7 +35,7 @@
hasImg()): ?>
 ?>)
- = mb_substr(Markdown::getClear($item->text), 0, 400, 'UTF-8') ?> …
+ = mb_substr(Markdown::getClear($item->text), 0, 400, 'UTF-8') ?>…
>>>
diff --git a/ground/views/layouts/default.php b/ground/views/layouts/default.php
index 868f57c..f319b0e 100644
--- a/ground/views/layouts/default.php
+++ b/ground/views/layouts/default.php
@@ -41,7 +41,7 @@
= isset($content) && !empty($content) ? $content : 'No content =(' ?>
diff --git a/ground/views/layouts/page.php b/ground/views/layouts/page.php
index 531dc21..d3aadd4 100644
--- a/ground/views/layouts/page.php
+++ b/ground/views/layouts/page.php
@@ -46,7 +46,7 @@
= isset($content) && !empty($content) ? $content : 'No content =(' ?>