]> git.mxchange.org Git - friendica.git/commitdiff
added missing quotation mark
authorRaroun <Raroun@users.noreply.github.com>
Mon, 2 Oct 2023 09:01:22 +0000 (11:01 +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 7078d91f4e1f3522e604351a54df9a6064685717..8c227eb13f79cc83f42b3f98b341608881df39a0 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}} target="_blank">
+                                       <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}}