mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fix missing space in pdf jade template
This commit is contained in:
parent
7ce406dd38
commit
42388f8b76
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue