Skip to content

Commit

Permalink
Update landing_page.html
Browse files Browse the repository at this point in the history
Add JSON as default
  • Loading branch information
KoalaGeo authored Aug 30, 2021
1 parent e96bf1c commit 956178c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/landing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h2>AGS Data Validator</h2>
<br>
<input type="radio" id="text" name="fmt" value="text">
<label for="text">Plain Text</label>
<input type="radio" id="json" name="fmt" value="json">
<input type="radio" id="json" name="fmt" value="json" checked>
<label for="json">JSON</label><br>
<br>
<input type="submit">
Expand Down Expand Up @@ -153,4 +153,4 @@ <h2>API Definition</h2>
</p>
</section>

{% endblock %}
{% endblock %}

0 comments on commit 956178c

Please sign in to comment.