mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 06:43:45 +00:00
use html from jade as strings now fully html escaped
This commit is contained in:
parent
8e3c9b7079
commit
debe78030a
2 changed files with 2 additions and 2 deletions
|
@ -302,7 +302,7 @@ div.full-size.pdf(ng-controller="PdfController")
|
|||
.alert.alert-danger(ng-show="pdf.validation.conflictedPaths")
|
||||
div
|
||||
strong #{translate("conflicting_paths_found")}
|
||||
div #{translate("following_paths_conflict")}
|
||||
div !{translate("following_paths_conflict")}
|
||||
div
|
||||
li(ng-repeat="entry in pdf.validation.conflictedPaths") {{ '/'+entry['path'] }}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ block content
|
|||
|
||||
div
|
||||
p.small
|
||||
| #{translate("clear_sessions_description")}
|
||||
| !{translate("clear_sessions_description")}
|
||||
|
||||
div
|
||||
div(ng-if="state.otherSessions.length == 0")
|
||||
|
|
Loading…
Reference in a new issue