소스 검색

Fixed Issue 58

pecesama 16 년 전
부모
커밋
1992a777be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.php

+ 1 - 1
index.php 파일 보기

@@ -294,7 +294,7 @@ $theme = new themes;
294 294
 						$answers['Id_Comment'] = $rowComment["id_comment"];
295 295
 						$answers['Comment_Author'] = $commentAuthor;
296 296
 						$answers['Date'] = gmdate("d.m.y", strtotime($rowComment["comment_date"])+transform_offset($conf->offsetTime));
297
-						$answers['Comment'] = $rowComment["content"];
297
+						$answers['Comment'] = nl2br($rowComment["content"]);
298 298
 
299 299
 						$comments[] = $answers;
300 300
 					}