Fix: feb form names

test/generate-svg-logo
Dorian Zedler 2024-03-18 12:56:35 +01:00
parent 85c6d4741f
commit 4bdcacba41
Signed by: dozedler
GPG Key ID: 989DE36109AFA354
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
<label for="logo_variant">
Variant
</label>
<select id="logo_variant" value="DarkText">
<select id="logo_variant" name="variant" value="DarkText">
<option value="DarkText" selected>dark text</option>
<option value="LightText">light text</option>
<option value="NoText">no text</option>
@ -59,7 +59,7 @@
Orientation
</label>
<select id="logo_orientation" value="Landscape">
<select id="logo_orientation" name="orientation" value="Landscape">
<option value="Landscape" selected>landscape</option>
<option value="Portrait" selected>portrait</option>
</select>