|
|
@@ -1,3 +1,4 @@
|
|
|
+
|
|
|
<!DOCTYPE html>
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
|
|
|
@@ -155,7 +156,7 @@
|
|
|
<ul>
|
|
|
<li th:each="star,iterStart:${starList}">
|
|
|
<div class="expert_content_img">
|
|
|
- <img th:if= "${star.personPortraitUrl} != null" th:src="${avatarUploadHost + star.personPortraitUrl}">
|
|
|
+ <img th:if="${star.personPortraitUrl} != null" th:src="${avatarUploadHost + star.personPortraitUrl}">
|
|
|
<a href="#">
|
|
|
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
|
|
|
关注
|