Remove src attribute from spacer image in the README

Spacer still works just as good.

This will make Chrome and its siblings not display a broken image placeholder
in the spacer.

Confirmed OK on Firefox and Safari.
pull/65/head
Nelson Chen 9 years ago
parent ca05effd55
commit 8fcb1cf0c0

@ -1,5 +1,5 @@
<img src="docs/logo.png" align="left" width="192px" height="192px"/>
<img src="" align="left" width="0" height="192px" hspace="10"/>
<img align="left" width="0" height="192px" hspace="10"/>
> The <a href="http://fishshell.com">Fishshell</a> Framework

Loading…
Cancel
Save