이슈트래커 기본 스킨의 last change의 태그로 깨어지는 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6514 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-11 02:58:04 +00:00
parent 49e1a33161
commit 11146f43c5

View file

@ -24,7 +24,7 @@
<td class="{$item->type}"><a href="{getUrl('type',$type, path, urlencode($item->path), 'revs', $revs)}">{$item->name}</a></td>
<td class="log"><a href="{getUrl('type','log','path',urlencode($item->path),'erev',$revs?$revs:'')}">{$item->revision}</a></td>
<td class="age">{$item->gap}</td>
<td class="summaryText"><div class="close"><span class="author">{$item->author}</span> {$item->msg?': '.$item->msg:''}</div></td>
<td class="summaryText"><div class="close"><span class="author">{$item->author}</span> {htmlspecialchars($item->msg?': '.$item->msg:'')}</div></td>
</tr>
<!--@end-->
</tbody>