Do not strip tags from Setting.site_short_description (#23975)
This commit is contained in:
committed by
GitHub
parent
dfa9843ac8
commit
c4cf92094e
@@ -1,5 +1,5 @@
|
||||
- thumbnail = @instance_presenter.thumbnail
|
||||
- description ||= strip_tags(@instance_presenter.description.presence || t('about.about_mastodon_html'))
|
||||
- description ||= @instance_presenter.description.presence || strip_tags(t('about.about_mastodon_html'))
|
||||
|
||||
%meta{ name: 'description', content: description }/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user