Do not strip tags from Setting.site_short_description
(#23975)
This commit is contained in:
parent
479b66637b
commit
92a26638eb
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue