From fb8277be3f2fb65ee1d7cfa460fd43663c0c7448 Mon Sep 17 00:00:00 2001 From: dozer111 Date: Mon, 13 Aug 2018 11:21:00 +0300 Subject: [PATCH] null fix on site/about --- frontend/views/site/about.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/views/site/about.php b/frontend/views/site/about.php index fb9ead1..8d87a36 100755 --- a/frontend/views/site/about.php +++ b/frontend/views/site/about.php @@ -16,10 +16,11 @@
-

language->title?>

+ +

language->title) ?? '' ?>

- language->body?> + language->body) ?? '' ?>
-- libgit2 0.21.4