findbugs-maven-plugin report has the following invalid html:
- close p tag which is not opened
- close div tag which is not opened
- href attribute value which is not enclosed within quotes
The attached patch helps generate valid HTML on reports both with or without bugs found.