Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML output has several formatting errors #93

Closed
mpiederiet opened this issue Jun 17, 2020 · 1 comment · Fixed by #97
Closed

HTML output has several formatting errors #93

mpiederiet opened this issue Jun 17, 2020 · 1 comment · Fixed by #97
Labels
bug Something isn't working

Comments

@mpiederiet
Copy link

The closing tag is not matching the opening tag on several headers in the HTML output.
Some examples:

<h2 class='card-title'>Office 365 ATP Recommended Configuration Analyzer Report</h5>
-->
<h2 class='card-title'>Office 365 ATP Recommended Configuration Analyzer Report</h2>

<div class='card-header'><h5>Informational</h4></div>
<div class='card-body'>
<h2>1</h5>
-->
<div class='card-header'><<h5>Informational</h5></div>
<div class='card-body'>
<h2>1</h2>

<div class='card-header'><h5>Recommendations</h4></div>
<div class='card-body'>
<h2>13</h3>
-->
<div class='card-header'><h5>Recommendations</h5></div>
<div class='card-body'>
<h2>13</h2>

<div class='card-header'><h5>OK</h4></div>
<div class='card-body'>
<h2>41</h5>
-->
<div class='card-header'><h5>OK</h5></div>
<div class='card-body'>
<h2>41</h2>

@cammurray
Copy link
Owner

@mpiederiet thanks for this, it's been fixed in the next release.

@cammurray cammurray added the bug Something isn't working label Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants