diff --git a/src/View/Formatter.elm b/src/View/Formatter.elm index 1f0570a..3234554 100644 --- a/src/View/Formatter.elm +++ b/src/View/Formatter.elm @@ -16,9 +16,9 @@ import View.Events exposing (..) formatContent : String -> List Mention -> List (Html Msg) formatContent content mentions = content - |> replace " ?" " ?" - |> replace " !" " !" - |> replace " :" " :" + |> replace " ?" " ?" + |> replace " !" " !" + |> replace " :" " :" |> HtmlParser.parse |> toVirtualDom mentions