Add special sanitizer for right arrows
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
[s]
|
||||
(-> s
|
||||
(string/replace "?" "_q")
|
||||
(string/replace "->" "_")
|
||||
(string/replace ">" "_r")
|
||||
(string/replace "<" "_l")
|
||||
(str ".html")))
|
||||
|
||||
Reference in New Issue
Block a user