rabin 7 년 전
부모
커밋
24e62654a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/template/mobile/user/msg.php

+ 1 - 1
main/template/mobile/user/msg.php

@@ -28,7 +28,7 @@ $view
 
         'p' => array
         (
-            'html' => '<{$v.name}><br /><{$v.content && $v.content != "null" ? $v.content : ""}>',
+            'html' => '<{$v.name}><br /><{$v.content && $v.content != null ? $v.content : ""}>',
             'class' => '<{$v.status == 1 ? "new" : ""}>',
         ),
     )