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