Is this legal?
We render our documents dynamically. I've got a CSS document which is pulled into the <style> block of some dynamic content, and I end up with something similar to the code above.
Prince has an issue with the <div> tag in the comment:
error: Unexpected end tag : div
Everything seems to be working as expected, but I thought I'd mention it.
Cheers,
Chris
<html>
<head>
<style>
/*
Example code: <div> </div>
*/
</style>
</head>
<body>
...
</body>
</html>
We render our documents dynamically. I've got a CSS document which is pulled into the <style> block of some dynamic content, and I end up with something similar to the code above.
Prince has an issue with the <div> tag in the comment:
error: Unexpected end tag : div
Everything seems to be working as expected, but I thought I'd mention it.
Cheers,
Chris