forked from platypush/platypush
Fixed attribute name
This commit is contained in:
parent
a4e2db184d
commit
af00ac6c68
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<input type="text" name="text" placeholder="Text to say">
|
||||
</div>
|
||||
<div class="two columns">
|
||||
<input type="text" name="lang" placeholder="Lang code">
|
||||
<input type="text" name="language" placeholder="Language code">
|
||||
</div>
|
||||
<div class="one column">
|
||||
<button type="submit">
|
||||
|
|
Loading…
Reference in a new issue