diff --git a/frontend/views/article/_list_item.php b/frontend/views/article/_list_item.php
index 0f568ad..6660fed 100755
--- a/frontend/views/article/_list_item.php
+++ b/frontend/views/article/_list_item.php
@@ -34,7 +34,7 @@
}
?>
-
+
lang->body_preview)) {
echo $model->lang->body_preview;
diff --git a/frontend/views/project/_list_item.php b/frontend/views/project/_list_item.php
index 3ffbed9..103eb58 100755
--- a/frontend/views/project/_list_item.php
+++ b/frontend/views/project/_list_item.php
@@ -37,7 +37,7 @@
?>
-
+
lang->description_preview?:$model->lang->description;
?>
diff --git a/frontend/views/project/view.php b/frontend/views/project/view.php
index 2b73aa2..f49bf21 100755
--- a/frontend/views/project/view.php
+++ b/frontend/views/project/view.php
@@ -34,7 +34,7 @@
}
?>
-
+
lang->description;
?>
diff --git a/frontend/views/search/_search_item.php b/frontend/views/search/_search_item.php
index 9a869ea..b280f51 100755
--- a/frontend/views/search/_search_item.php
+++ b/frontend/views/search/_search_item.php
@@ -36,7 +36,7 @@
]);
?>
-
+
lang->description;
--
libgit2 0.21.4