We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In my application.html file, if I have something like
OR
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 .
The text was updated successfully, but these errors were encountered: