Skip to content

Commit

Permalink
Merge pull request #395 from timwaters/patch-1
Browse files Browse the repository at this point in the history
Fix documentation example to use src attribute
  • Loading branch information
SmileyChris committed Dec 17, 2015
2 parents 812beba + 92ae567 commit 04b503c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy_thumbnails/templatetags/thumbnail.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def thumbnail(parser, token):
use the variable like a standard ``ImageFieldFile`` object::
{% thumbnail obj.picture 200x200 upscale as thumb %}
<img href="{{ thumb.url }}"
<img src="{{ thumb.url }}"
width="{{ thumb.width }}"
height="{{ thumb.height }}" />
Expand Down

0 comments on commit 04b503c

Please sign in to comment.