Update wall_thread.tpl - fix indentation

This commit is contained in:
Raroun 2023-11-13 18:47:34 +01:00 committed by GitHub
parent dbc9efd62b
commit 72817daa3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ as the value of $top_child_total (this is done at the end of this file)
<div class="preferences">
{{if $item.network_icon != "" && $item.plink}}
<span class="wall-item-network"><a href="{{$item.plink.href}}" class="plink u-url" aria-label="{{$item.plink.title}}" target="_blank"><i class="fa fa-{{$item.network_icon}} fakelink" title="{{$item.network_name}} - {{$item.plink.title}}" aria-hidden="true"></i></a></span>
{{else}}
{{else}
{{if $item.plink}}
<a href="{{$item.plink.href}}" class="plink u-url" aria-label="{{$item.plink.title}}" title="{{$item.network_name}} - {{$item.plink.title}}" target="_blank">{{$item.network_name}}</a>
{{elseif $item.network_icon != ""}}