wam: Drop inline image dimensions as they force small images to be scaled up
This commit is contained in:
parent
79ab196daa
commit
0f171cd364
1 changed files with 1 additions and 2 deletions
|
@ -192,8 +192,7 @@ Unit packs, terrain packs, music packs, etc. Usually a (perhaps optional) depend
|
|||
else:
|
||||
w(type)
|
||||
w('</td>')
|
||||
w(('<td class="addon-icon"><img alt="" src="%s" width="72" height="72"/>'
|
||||
) % imgurl)
|
||||
w(('<td class="addon-icon"><img alt="" src="%s"/>') % imgurl)
|
||||
described = htmlescape(v("description", "(no description)"))
|
||||
w('<div class="desc-tooltip"><b>%s</b><pre>%s</pre></div></td>' % (
|
||||
name, described))
|
||||
|
|
Loading…
Add table
Reference in a new issue