Browse Source

Update feedback_main.htm

评论管理页,评论内容显示太少,utf8下显示不到20个字,不方便审核。
tags/6.0.3
zidony GitHub 3 years ago
parent
commit
f98068ad4d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/dede/templets/feedback_main.htm

+ 2
- 2
src/dede/templets/feedback_main.htm View File

@@ -136,7 +136,7 @@
<tr>
<td align="left">
{dede:field.ischeck function="IsCheck(@me)" /}
{dede:field.msg function='cn_substr(Text2Html(@me), 50)'/}
{dede:field.msg function='cn_substr(Text2Html(@me), 150)'/}
</td>
</tr>
</table>
@@ -182,4 +182,4 @@
</table>
</body>
</html>
</html>

Loading…
Cancel
Save