bitfehler / xs3p

Modernized fork of the xs3p XSD documentation tool - using bootstrap, markdown and HTML5.
Other
44 stars 41 forks source link

fixed self-closing div tag #5

Open nexero opened 7 years ago

nexero commented 7 years ago

fixes a self-closing div tag (appears if there is no text in a document-tag), which is not allowed in HTML

bitfehler commented 7 years ago

Hi! Thanks a lot for submitting patches! While I guess the approach would work, I think it would be cleaner to test for an empty text before emitting the entire div block. Would you be interested in updating the patch to do so? PS: I don't quite understand what the new commit is meant for (the index.html file)