Merge pull request 'allow quote-inline span class' (#152) from allow-quote-inline into develop
ci/woodpecker/push/woodpecker Pipeline is pending Details

Reviewed-on: #152
This commit is contained in:
floatingghost 2022-08-05 19:37:35 +00:00
commit 21ec1edbb6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ defmodule Pleroma.HTML.Scrubber.Default do
Meta.allow_tag_with_these_attributes(:u, [])
Meta.allow_tag_with_these_attributes(:ul, [])
Meta.allow_tag_with_this_attribute_values(:span, "class", ["h-card"])
Meta.allow_tag_with_this_attribute_values(:span, "class", ["h-card", "quote-inline"])
Meta.allow_tag_with_these_attributes(:span, [])
Meta.allow_tag_with_this_attribute_values(:code, "class", ["inline"])