Fix: <select>s with size attr but no multiple attr render incorrectly
Created by: jezmck
This is for selects where more than one option should be visible, but the user cannot select more than one.
select[multiple] { ... }
simply needs to become select[multiple], select[size] { ... }
.