mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
issuetracker 다운로드 url잘못 생성되는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4941 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fc3b12bad6
commit
c5058b202f
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
<tr>
|
||||
<td class="packageLeft"> </td>
|
||||
<td class="releaseLeft"> </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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue