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

@ -22,7 +22,7 @@
<label class="x_control-label">{$lang->component_author}</label>
<div class="x_controls">
<!--@foreach($component->author as $author)-->
{$author->name} (<a href="{$author->homepage}" onclick="window.open(this.href);return false;">{$author->homepage}</a>, <a href="mailto:{$author->email_address}">{$author->email_address}</a>)<br />
{$author->name} (<a href="{$author->homepage}" target="_blank" rel="noopener">{$author->homepage}</a>, <a href="mailto:{$author->email_address}">{$author->email_address}</a>)<br />
<!--@endforeach-->
</div>
</div>