fix #2142 onclick이 사용된 새 창 열기를 target 속성으로 변경

- 통합검색 모듈 misol_town 스킨도 마찬가지로 수정
This commit is contained in:
bnu 2017-09-08 15:21:14 +09:00 committed by Kijin Sung
parent 1bf96e646e
commit 3ee3d63cb7
32 changed files with 48 additions and 49 deletions

View file

@ -8,7 +8,7 @@
<ul class="searchResult">
<!--@foreach($output->data as $no => $image)-->
<li>
<a href="{$image->url}" onclick="window.open(this.href);return false;">{$image->src}</a>
<a href="{$image->url}" target="_blank">{$image->src}</a>
<dl>
<dt><a href="{$image->url}">{$image->filename}</a></dt>
</dl>