WEBVIEW 내 파일 다운로드 문제 download Attribute 추가

This commit is contained in:
thisgun
2020-04-07 11:46:48 +09:00
parent 3883924258
commit 7b4a11b99d
12 changed files with 12 additions and 12 deletions

View File

@ -107,7 +107,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$qa_skin_url.'/style.css">', 0);
?>
<li>
<i class="fa fa-download" aria-hidden="true"></i>
<a href="<?php echo $view['download_href'][$i]; ?>" class="view_file_download">
<a href="<?php echo $view['download_href'][$i]; ?>" class="view_file_download" download>
<strong><?php echo $view['download_source'][$i] ?></strong>
</a>
</li>