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" : ""}>',
         ),
     )