Fix tiny slip of thought

This commit is contained in:
Thelonius Kort
2023-01-12 22:45:24 +01:00
parent fd2eb5503c
commit e45e3597c9

View File

@ -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),