issuetracker 다운로드 url잘못 생성되는 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4941 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-20 07:00:27 +00:00
parent fc3b12bad6
commit c5058b202f

View file

@ -65,7 +65,7 @@
<tr>
<td class="packageLeft">&nbsp;</td>
<td class="releaseLeft">&nbsp;</td>
<td class="filename"><a href="{$file->download_url}" name="attach_{$file->file_srl}" <!--@if($file->comment)-->rel="{str_replace("\n","<br />",htmlspecialchars($file->comment))}"<!--@end-->>{$file->source_filename}</a></td>
<td class="filename"><a href="{getUrl()}{$file->download_url}" name="attach_{$file->file_srl}" <!--@if($file->comment)-->rel="{str_replace("\n","<br />",htmlspecialchars($file->comment))}"<!--@end-->>{$file->source_filename}</a></td>
<td class="filesize">{FileHandler::filesize($file->file_size)}</td>
<td class="download_count">{$file->download_count}</td>
</tr>