Index: /branches/version-2_13_0/data/Smarty/templates/sphone/frontparts/bloc/news.tpl
===================================================================
--- /branches/version-2_13_0/data/Smarty/templates/sphone/frontparts/bloc/news.tpl	(revision 23197)
+++ /branches/version-2_13_0/data/Smarty/templates/sphone/frontparts/bloc/news.tpl	(revision 23199)
@@ -139,9 +139,7 @@
 
                         //コメントをセット(iphone4の場合、innerHTMLの再描画が行われない為、タイマーで無理やり再描画させる)
-                        if($("#newsComment").val() != ''){
-                            setTimeout( function() {
-                                $("#newsComment").html(news.news_comment.replace(/\n/g,"<br />"));
-                            }, 10);
-                        }
+                        setTimeout( function() {
+                            news.news_comment == null ? $("#newsComment").html("") : $("#newsComment").html(news.news_comment.replace(/\n/g,"<br />"));
+                        }, 10);
                         $.mobile.changePage('#windowcolumn', {transition: "slideup"});
                         //ダイアログが開き終わるまで待機
