use html from jade as strings now fully html escaped

This commit is contained in:
Henry Oswald 2017-02-17 11:05:17 +00:00
parent 8e3c9b7079
commit debe78030a
2 changed files with 2 additions and 2 deletions

View file

@ -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'] }}

View file

@ -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")