mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-17 09:26:08 +00:00
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.
This commit is contained in:
parent
ca05effd55
commit
8fcb1cf0c0
@ -1,5 +1,5 @@
|
|||||||
<img src="docs/logo.png" align="left" width="192px" height="192px"/>
|
<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
|
> The <a href="http://fishshell.com">Fishshell</a> Framework
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user