I've noticed that sometimes when generating an EPUP document with Sphinx 
(3.1.2), that that the generated XHTML meta viewport line doesn't have a 
closing tag:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Since it is XHTML, it should be:

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

Anyone else seen this or know what might be causing it? It's enough of a 
problem that it prevents the EPUB file from working.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/dd53354c-cb29-4d0a-b8c4-ba72e86d0bean%40googlegroups.com.

Reply via email to