Skip to content

Commit

Permalink
Enclose logs inside pre tags and compact output
Browse files Browse the repository at this point in the history
As talked in #40, this is a PR for changing two things:
- enclose log messages inside `pre` tags
- compact the size of pre tag, so we don't waste space
  • Loading branch information
matejzero authored Mar 5, 2018
1 parent 3f5080a commit 0a377bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/report.template
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</div>
<div class="col-sm-11 col-md-11">
{{range .LogMessages}}
<p>{{.}}</p>
<pre style="padding: 5px 9px;"><p style="margin: 0;">{{.}}</p></pre>
{{else}}
<p>Nothing reported.</p>
{{end}}
Expand Down

0 comments on commit 0a377bc

Please sign in to comment.