Skip to content

Commit

Permalink
Merge pull request #110 from lgessler/master
Browse files Browse the repository at this point in the history
fix mass export multiple <select> bug
  • Loading branch information
amir-zeldes authored Nov 4, 2018
2 parents fde7de0 + 704c9d8 commit 1db9778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/admin.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@
<li>You can choose custom configurations for exporting spreadsheet data if .ini files are available in the schemas/ directory</li>
</ul>
<div>Corpora to export:</div>
{{#corpora}}
<select name="corpus_select" id="corpus_select">
<option value="--ALL--">[all corpora]</option>\n'
{{#corpora}}
<option value="{{.}}">{{.}}</option>
{{/corpora}}
</select>
{{/corpora}}

<br/><br/>
<div>Filter by status:</div>
Expand Down

0 comments on commit 1db9778

Please sign in to comment.