Add special sanitizer for right arrows

This commit is contained in:
oakes
2014-04-01 16:45:43 -04:00
parent 8e5fe2c0f6
commit ccff9ec4bd

View File

@@ -7,6 +7,7 @@
[s]
(-> s
(string/replace "?" "_q")
(string/replace "->" "_")
(string/replace ">" "_r")
(string/replace "<" "_l")
(str ".html")))