rabin %!s(int64=7) %!d(string=hai) anos
pai
achega
24e62654a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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" : ""}>',
         ),
     )