This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
${comment.commentDate?string("yy-MM-dd HH:mm")}
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-reset">${comment.commentContent}</div>
|
||||
<div class="vditor-reset">${comment.commentContent}</div>
|
||||
</div>
|
||||
</div>
|
||||
</#if>
|
||||
@@ -206,7 +206,7 @@
|
||||
<span id="goTop" onclick="Util.goTop()" data-ico="" class="side-tile"></span>
|
||||
<#include "footer.ftl"/>
|
||||
<script>
|
||||
$("#comments .content-reset").each(function () {
|
||||
$("#comments .vditor-reset").each(function () {
|
||||
this.innerHTML = Util.replaceEmString($(this).html());
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user