diff options
Diffstat (limited to 'app/views/about')
-rw-r--r-- | app/views/about/more.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/about/more.html.haml b/app/views/about/more.html.haml index f02a7906a..54e039519 100644 --- a/app/views/about/more.html.haml +++ b/app/views/about/more.html.haml @@ -43,4 +43,4 @@ .column-3 .box-widget - .rich-formatting= @instance_presenter.site_extended_description.html_safe.presence || t('about.extended_description_html') + .rich-formatting= @instance_presenter.extended_description || t('about.extended_description_html') |