fix profile contact undefined bug

This commit is contained in:
ppoffice 2015-04-29 21:02:36 +08:00
parent a5bbb80eb6
commit 0b0a2aee20
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<span><%= (site.tags.length > 1?__('profile.tags'):__('profile.tag')) %></span>
</div>
</div>
<% if(theme.contacts && theme.contacts.length > 0) { %>
<% if(theme.contacts) { %>
<div class="contact-info profile-block">
<table class="contact-list">
<tr>