Trying to generate html from my class diagram with the following command:
java -jar plantuml.jar xxx.plantuml -thtml
which results in creating index.html with the following content only (png and svg are generated with content):
<html>
<hr>
<a href=index.html>Back to index</a>
</html>