Fixes non-working risk value for link generation

I mistakenly added the "risk" id to a div, which would then only provide
an empty value for the link generation.
This commit is contained in:
procrastimax 2022-06-26 14:01:38 +02:00
parent 4b83b0819b
commit 4aefcf293a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
onkeyup="provide_suggestion(this.value)">
<datalist id="datalist"></datalist>
<div title="ändere Risikokategorie" id="risk">
<div title="ändere Risikokategorie">
Risikokategorie
<select id="risk">
<option value="very high"> sehr hoch </option>