Fix tiny issue with nonsensical html
This commit is contained in:
@ -36,7 +36,7 @@ defmodule Outlook.InternalTree.RawInternalBasic do
|
||||
[ %InternalNode{node | content: case get_sibling_collocation(node.content) do
|
||||
:block -> partition_blocklevel(node.content)
|
||||
:inline -> inline_to_translation_units(node.content)
|
||||
_ -> [ node ]
|
||||
nil -> node.content
|
||||
end
|
||||
} | partition_blocklevel(rest) ]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user