Merge branch 'develop' of git.dev.yoho.cn:ued/yohogirls-mustache into develop
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
8 | </div> | 8 | </div> |
9 | <div class="userinfo"> | 9 | <div class="userinfo"> |
10 | <h6>\{{nick}}</h6> | 10 | <h6>\{{nick}}</h6> |
11 | - <p class="comment-text">\{{content}}</p> | 11 | + <p class="comment-text">\{{{content}}}</p> |
12 | \{{#if isSelf}} | 12 | \{{#if isSelf}} |
13 | <a class="delete-comment" href="javascript:;" pid="\{{id}}"></a> | 13 | <a class="delete-comment" href="javascript:;" pid="\{{id}}"></a> |
14 | \{{/if}} | 14 | \{{/if}} |
-
Please register or login to post a comment