Skip to content

Commit

Permalink
fix shitty copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie59 authored Jan 18, 2024
1 parent 015bc90 commit 37ef204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/obisindicators/robis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<param name="species" type="text" label="Scientific name of the species" help="Genus species format, eg : Scomber scombrus">
<validator type="regex">^[A-Za-z ]*$</validator>
</param>
<param name="taxon" type="text" label="Taxon ID"/>
<param name="taxon" type="text" label="Taxon ID">
<validator type="regex">^[0-9]*$</validator>
</param>
<param name="lat_min" type="float" min="-90" max="90" value="0" label="Input latitude min (+north/-south):" optional="true"/>
Expand Down

0 comments on commit 37ef204

Please sign in to comment.