xe_board게시판의 웹진형에서 요약정보가 영문이나 숫자 또는 특수기호로 주욱 연결되어 있을때 줄 나눔이 안되어 게시판 모양이 깨어지는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4979 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-25 05:37:54 +00:00
parent ec0058f0ca
commit 8baea1171a
2 changed files with 6 additions and 3 deletions

View file

@ -130,7 +130,7 @@
<tr class="bg{($no+1)%2+1}">
<td colspan="{$_col_count}" class="summary">
<!--@if($grant->view)-->
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getSummary(120)}</a>
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getSummary(240)}</a>
<!--@end-->
&nbsp;
</td>