Skip to content

Commit

Permalink
fix(web): preselect Core language in <select>
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jul 19, 2019
1 parent 918fcc9 commit 63cf1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.hypermedia.testing.dsl.web/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h1>Example Hypertest DSL Web Editor</h1>
<form method="GET" action="">
<select id="language" name="language">
<option value="core">Core grammar</option>
<option value="api">Core grammar</option>
<option value="hydra">Hydra</option>
</select>
<input type="submit" value="Switch language">
Expand Down

0 comments on commit 63cf1c1

Please sign in to comment.