extraneous commas
This commit is contained in:
parent
c428cf43e8
commit
46a2808690
1 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ defmodule Pleroma.HTML.Scrubber.Default do
|
||||||
"mfm-sparkle",
|
"mfm-sparkle",
|
||||||
"mfm-rotate",
|
"mfm-rotate",
|
||||||
"mfm-ruby",
|
"mfm-ruby",
|
||||||
"mfm-unixtime",
|
"mfm-unixtime"
|
||||||
])
|
])
|
||||||
|
|
||||||
Meta.allow_tag_with_this_attribute_values(:p, "class", ["quote-inline"])
|
Meta.allow_tag_with_this_attribute_values(:p, "class", ["quote-inline"])
|
||||||
|
|
@ -131,7 +131,7 @@ defmodule Pleroma.HTML.Scrubber.Default do
|
||||||
"data-mfm-fantasy",
|
"data-mfm-fantasy",
|
||||||
"data-mfm-emoji",
|
"data-mfm-emoji",
|
||||||
"data-mfm-math",
|
"data-mfm-math",
|
||||||
"data-mfm-deg",
|
"data-mfm-deg"
|
||||||
])
|
])
|
||||||
|
|
||||||
Meta.allow_tag_with_this_attribute_values(:code, "class", ["inline"])
|
Meta.allow_tag_with_this_attribute_values(:code, "class", ["inline"])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue