Create valid empty options
commit96d5526dcd64bbbf0924c0505968d34ec0838359
authorMichael Große <grosse@cosmocode.de>
Wed, 26 Jul 2017 13:43:02 +0000 (26 15:43 +0200)
committerMichael Große <grosse@cosmocode.de>
Wed, 26 Jul 2017 13:43:02 +0000 (26 15:43 +0200)
tree57fdd3c342d27a4e9114be60822547e348738bd1
parentef365ccc14cffd2bfd537f9b861c0eb045b321e1
Create valid empty options

The HTML-spec[0] specifies:

> If the element has no label attribute and is not a child of a datalist element: Text that is not inter-element whitespace.

So a non-breaking space is valid solution.

[0] https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element
inc/template.php