mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fixed unescaped content
This commit is contained in:
parent
b367c4a968
commit
da307318d9
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ div.full-size.pdf(ng-controller="PdfController")
|
|||
href
|
||||
dropdown-toggle
|
||||
)
|
||||
| #{translate("other_logs_and_files")}
|
||||
| !{translate("other_logs_and_files")}
|
||||
span.caret
|
||||
ul.dropdown-menu.dropdown-menu-right
|
||||
li(ng-repeat="file in pdf.outputFiles")
|
||||
|
|
Loading…
Reference in a new issue