fix missing space in pdf jade template

This commit is contained in:
Brian Gough 2016-08-03 16:30:33 +01:00
parent 7ce406dd38
commit 42388f8b76

View file

@ -123,7 +123,7 @@ div.full-size.pdf(ng-controller="PdfController")
span(ng-show="entry.file") {{ entry.file }}
span(ng-show="entry.line") , line {{ entry.line }}
p.entry-message(ng-show="entry.message")
{{ entry.type }} {{ entry.message }}
| {{ entry.type }} {{ entry.message }}
.card.card-hint(
ng-if="entry.humanReadableHint"
stop-propagation="click"