]> git.mxchange.org Git - friendica.git/commitdiff
Frio: open links to source in a new browser tab
authorRaroun <root@h3009639.stratoserver.net>
Fri, 29 Sep 2023 14:39:50 +0000 (16:39 +0200)
committerJakobus Schürz <jakobus.schuerz@home.arpa>
Tue, 3 Oct 2023 04:01:19 +0000 (06:01 +0200)
view/theme/frio/templates/wall_thread.tpl

index 00e738d9a01fb44c85ec5cc6456812b4e84e0c46..0b6e720540c56a32a0b790db3fdbd1fcb07e0f15 100644 (file)
@@ -117,7 +117,7 @@ as the value of $top_child_total (this is done at the end of this file)
                                        <span class="wall-item-network" title="{{$item.app}}">{{$item.network_name}}</span>
                                {{/if}}
                                {{if $item.plink}}      {{*link to the original source of the item *}}
-                                       <a href="{{$item.plink.href}}" class="plink u-url" aria-label="{{$item.plink.title}}" title="{{$item.plink.title}}">
+                                       <a href="{{$item.plink.href}}" class="plink u-url" aria-label="{{$item.plink.title}}" title="{{$item.plink.title}} target="_blank">
                                                <i class="fa fa-external-link"></i>
                                        </a>
                                {{/if}}