mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 01:23:20 +00:00
fixed escaping of html
This commit is contained in:
parent
0a7bc1c5f1
commit
36136a99ca
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ script(type="text/ng-template", id="trackChangesRestoreDiffModalTemplate")
|
|||
) ×
|
||||
h3 #{translate("restore")} {{diff.doc.name}}
|
||||
.modal-body.modal-body-share
|
||||
p #{translate("sure_you_want_to_restore_before", {filename:"<strong>{{diff.doc.name}}</strong>", date:"{{diff.start_ts | formatDate}}"})}
|
||||
p !{translate("sure_you_want_to_restore_before", {filename:"<strong>{{diff.doc.name}}</strong>", date:"{{diff.start_ts | formatDate}}"})}
|
||||
.modal-footer
|
||||
button.btn.btn-default(
|
||||
ng-click="cancel()",
|
||||
|
|
Loading…
Reference in a new issue