mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Removed extra quotes.
Thanks to xet7 !
This commit is contained in:
parent
e6c7463c03
commit
5536525564
1 changed files with 2 additions and 2 deletions
|
@ -400,11 +400,11 @@ template(name="exportBoard")
|
|||
li
|
||||
a(href="{{exportCsvUrl}}", download="{{exportCsvFilename}}")
|
||||
i.fa.fa-share-alt
|
||||
| {{_ 'export-board-csv'}} ' , '
|
||||
| {{_ 'export-board-csv'}} ,
|
||||
li
|
||||
a(href="{{exportScsvUrl}}", download="{{exportCsvFilename}}")
|
||||
i.fa.fa-share-alt
|
||||
| {{_ 'export-board-csv'}} ' ; '
|
||||
| {{_ 'export-board-csv'}} ;
|
||||
li
|
||||
a(href="{{exportTsvUrl}}", download="{{exportTsvFilename}}")
|
||||
i.fa.fa-share-alt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue