escape filename in the ui

This commit is contained in:
Danny Coates 2017-07-18 11:53:43 -07:00
parent 45eccc1cad
commit b712a9d175
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 7 additions and 9 deletions

View file

@ -8,7 +8,7 @@
{{#if filename}}
<div id="download-page-one">
<div class="title">
Download <span id="dl-filename">{{{filename}}}</span> ({{{filesize}}})
Download <span id="dl-filename">{{filename}}</span> ({{filesize}})
</div>
<div class="description">
Your friend is sending you a file with Firefox Send, a service that allows you to share files with a safe, private, and encrypted link that automatically expires to ensure your stuff does not remain online forever.
@ -21,7 +21,7 @@
<div id="download-progress">
<div class="title">
Downloading {{{filename}}} ({{{filesize}}})
Downloading {{filename}} ({{filesize}})
</div>
<div class="description">
Please leave this tab open while we fetch your file and decrypt it.
@ -34,7 +34,7 @@
</div>
</div>
<div class="upload">
<div class="progress-text">{{{filename}}}</div>
<div class="progress-text">{{filename}}</div>
</div>
</div>