Skip to content
Snippets Groups Projects
Commit 47bdafb8 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Remove reverse line feeds

parent 4672322e
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,9 @@ class Static
code = code.gsub("’", "'")
# /u0094
code = code.remove("\u0094".encode('utf-8'))
# /u008d
# https://github.com/osunyorg/lacriee-site/actions/runs/9242403369
code = code.remove("\u008d".encode('utf-8'))
code
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment