mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Fixes #2337
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
<h3 class="box-title">{{ 'mandatoryFields'|_ }}</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
{{ ExpandedForm.staticText('filename',attachment.filename) }}
|
||||
{{ ExpandedForm.staticText('mime',attachment.mime) }}
|
||||
{{ ExpandedForm.staticText('filename',attachment.filename|escape) }}
|
||||
{{ ExpandedForm.staticText('mime',attachment.mime|escape) }}
|
||||
{{ ExpandedForm.staticText('size',attachment.size|filesize) }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user