fix(view) image was loaded twice

This commit is contained in:
coderaiser 2014-04-01 11:49:59 -04:00
parent 91a3c07e16
commit 9fbf14da4d
2 changed files with 25 additions and 4 deletions

View file

@ -1 +1 @@
<img src="{{ src }}" title="{{ name }}" alt="{{ name }}"></img>
<img src="{{ src }}" alt="{{ name }}"></img>