Merge branch 'api-again' of github.com:annando/friendica into api-again

This commit is contained in:
Michael 2021-05-12 15:38:12 +00:00
commit 9c10ea32f5
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<h2>{{$title}}</h2>
<div class='oauthapp'>
{{if {{$app.icon}}}}<img src='{{$app.icon}}'>{{/if}}
<div class="oauthapp">
{{if $app.icon}}<img src="{{$app.icon}}" alt="">{{/if}}
<h3>{{$app.name}}</h3>
</div>
<p>{{$authorize}}</p>