Fix tiny slip of thought
This commit is contained in:
@ -53,7 +53,7 @@ defmodule Outlook.InternalTree.RawInternalBasic do
|
||||
defp inline_to_translation_units(inline_tree) do
|
||||
partition_inlinelevel(inline_tree)
|
||||
|> chunk_with_list()
|
||||
|> Html.strip_attributes
|
||||
|> Enum.map(fn sentence -> Html.strip_attributes(sentence) end)
|
||||
|> Enum.map(fn sentence ->
|
||||
%TranslationUnit{
|
||||
content: Html.to_html(sentence),
|
||||
|
||||
Reference in New Issue
Block a user