Fix closing "html" tag appears twice.#123
Fix closing "html" tag appears twice.#123yoshinorin merged 1 commit intohexojs:masterfrom KentarouTakeda:fix-closing-html-tag-appears-twice
Conversation
|
Thank you for your contribution. But, I can't reproduce it. Would you please tell me detail ? |
|
Sorry for lack of explanation. That is default configuration after Lockfile is here. But I also can't reproduce it in the following PoC. So it might be another cause, if so it should be solved in another fundamental way(in hexo core?), I don't know... |
tomap
left a comment
There was a problem hiding this comment.
I tested and reproduced.
EJS does not seem to like opening a tag inside a partial and closing it outside of it
|
@yoshinorin I used latest hexo to reproduce: |
|
Thank you for your contribution :) Sorry, I used & tested little bit older code 😓 |
|
Thanks! |
The result of
hexo gimmediately after executinghexo initis as follows.Tag
</html>appears twice. The first appears before opening<body>tag.