mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
wrong entity name, fixes philomena-dev/philomena#103
This commit is contained in:
parent
26f280a3d2
commit
9fa1734239
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ defmodule PhilomenaWeb.TextileRenderer do
|
|||
|> String.replace("--", "—")
|
||||
|> String.replace("...", "…")
|
||||
|> String.replace(~r|(\s)-(\s)|, "\\1—\\2")
|
||||
|> String.replace("(tm)", "&tm;")
|
||||
|> String.replace("(tm)", "™")
|
||||
|> String.replace("(c)", "©")
|
||||
|> String.replace("(r)", "®")
|
||||
|> String.replace("'", "’")
|
||||
|
|
Loading…
Reference in a new issue