Showing
1 changed file
with
3 additions
and
1 deletions
@@ -164,7 +164,9 @@ | @@ -164,7 +164,9 @@ | ||
164 | <script type="text/html" id="simple-account-info-tpl"> | 164 | <script type="text/html" id="simple-account-info-tpl"> |
165 | <div class="account-info-header"> | 165 | <div class="account-info-header"> |
166 | <div class="user-img"> | 166 | <div class="user-img"> |
167 | - <img src="\{{headIco}}"> | 167 | + \{{#if headIco}} |
168 | + <img src="\{{headIco}}"> | ||
169 | + \{{/if}} | ||
168 | </div> | 170 | </div> |
169 | <div class="user-name"> | 171 | <div class="user-name"> |
170 | <a href="//www.yohobuy.com/home?t=\{{random}}">\{{profileName}}</a> | 172 | <a href="//www.yohobuy.com/home?t=\{{random}}">\{{profileName}}</a> |
-
Please register or login to post a comment