rabin 7 년 전
부모
커밋
fc60fe2db8
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 && !strstr($v.content, "null") ? $v.content : ""}>',
             'class' => '<{$v.status == 1 ? "new" : ""}>',
         ),
     )