pedestal-app
pedestal-app copied to clipboard
xmlns is stripped from template files
In my application.html file, if I have something like
<html xmlns="http://www.w3.org/1999/xhtml"> ...
OR
<svg xmlns="http://www.w3.org/2000/svg"> ...
The xmlns is removed when the file is requested from the server.
It appears that this is an enlive issue (not clear if it is even a bug), it can be fixed on this end using https://groups.google.com/forum/#!topic/enlive-clj/Vwkh-bR3XCg .