최신게시글 html이 출력이 됩니다!
본문
내용이 소스가 출력이 되는데요
적용된 부분은 아래 처럼 되어 있습니다
<div class="lof-main-item-desc">
<?php if($show_content=='Y'&&$list[$i]['wr_content']!='') {?>
<div class="lof-content textC1_<?=$skin_id?>"><a href="<?=$list[$i][href]?>"><?=conv_subject($list[$i]['wr_content'], $cutstr_content,"...");?></a></div><? } ?>
</div><? } ?>
</div>
게시판이 문제일까요? 아니면 위 소스를 수정하면 해결 책이 있을까요?
도움 부탁드립니다!
답변 2
p태그 부분에서 문제 있는거 같은데요
<a href="<?php echo $list[$i]['href'];?>"><?php echo $list[$i]['subject'];?></a> 이렇게 출력문을 넣으니깐 해결 되었네요 ...
답변을 작성하시기 전에 로그인 해주세요.