summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/popular_dump.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/popular_dump.st b/template/popular_dump.st
index 508bc4a..872b88b 100644
--- a/template/popular_dump.st
+++ b/template/popular_dump.st
@@ -9,7 +9,7 @@ $dump.created_on$ -- in <b><a href="http://$dump.key$.dump.fm">$dump.key$</a></
<div class="content">$dump.content$</div>
<hr/>
<div class="faver-list">
-$dump.favers: { f | <img height="16px" width="16px" src="$f.avatar$"> <a href="http://dump.fm/$f.nick$">$f.nick$</a> &nbsp; }$
+$dump.favers: { f | $if(f.avatar)$<img height="16px" width="16px" src="$f.avatar$">$endif$ <a href="http://dump.fm/$f.nick$">$f.nick$</a> &nbsp; }$
</div>
$share_buttons()$
</div>