hi,
i find a solution for the links page
ow_plugins/Links/Views/Components/links_widget.html
I added target="_blank"
{capture assign='content'}
{capture assign="moreLink"}<a class="ow_lbutton" target="_blank" href="{url_for_route for="link:[id=>`$id`]"}">{text key='links+more'}</a>{/capture}
<div class="ow_small ow_smallmargin">
<span class="ow_txt_value">
{$commentInfo[$id]}
</span>
<a href="{url_for_route for="link:[id=>`$id`]"}">
{text key='links+comments'}
</a>
</div>
<div class="ow_smallmargin">{$dto->description|truncate:100:"... `$moreLink`"}</div>
{/capture}
dezipp and upload