Commit 6041e435 authored by Vanesssa's avatar Vanesssa

回复的评论人没有链接时,异步评论姓名为空

parent 7ee16d00
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
* @fileoverview util and every page should be used. * @fileoverview util and every page should be used.
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 1.2.0.0, Nov 3, 2015 * @version 0.1.0.0, Jan 11, 2016
*/ */
/** /**
* @description yilia 皮肤脚本 * @description next 皮肤脚本
* @static * @static
*/ */
var Yilia = { var Yilia = {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<div class="fn-clear post-meta"> <div class="fn-clear post-meta">
<span class="fn-left"> <span class="fn-left">
<#if "http://" == comment.commentURL> <#if "http://" == comment.commentURL>
<span>${comment.commentName}</span> <a>${comment.commentName}</a>
<#else> <#else>
<a href="${comment.commentURL}" target="_blank">${comment.commentName}</a> <a href="${comment.commentURL}" target="_blank">${comment.commentName}</a>
</#if> </#if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment