Both input elements below should have more than one space between "foo" and "bar":

<form>
<input value="foo     bar">
<input value="foo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bar">
</form>