mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
xe_board게시판의 웹진형에서 요약정보가 영문이나 숫자 또는 특수기호로 주욱 연결되어 있을때 줄 나눔이 안되어 게시판 모양이 깨어지는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4979 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ec0058f0ca
commit
8baea1171a
2 changed files with 6 additions and 3 deletions
|
|
@ -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-->
|
||||
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue