Update file_list.html

xe admin 에서 콘텐츠 > 파일 메뉴의 등록된 파일들의 링크 주소가 잘못 노출되는것을 바로 잡습니다. & 로 나와야 되는데 amp 로 노출되는 현상입니다.
This commit is contained in:
푸시아 2013-11-16 00:24:01 +09:00
parent 77cf8dfa1c
commit a7a7a54a5e

View file

@ -70,7 +70,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<!--@endif-->
<!-- one document end -->
<tr>
<td><a href="{$val->download_url}">{htmlspecialchars($val->source_filename)}</a></td>
<td><a href="{htmlspecialchars_decode($val->download_url)}">{htmlspecialchars($val->source_filename)}</a></td>
<td class="nowr">{FileHandler::filesize($val->file_size)}</td>
<td class="nowr">{$val->download_count}</td>
<td class="nowr">