rabin 7 years ago
parent
commit
24e62654a3
1 changed files with 1 additions and 1 deletions
  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" : ""}>',
         ),
     )