mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
fix doxygen header + indent
This commit is contained in:
parent
1689c44085
commit
272eb5eb82
3 changed files with 14 additions and 8 deletions
|
@ -52,12 +52,12 @@
|
|||
{{* Tags and mentions *}}
|
||||
{{if $tags}}
|
||||
<div id="photo-tags">{{$tags.title}}
|
||||
{{foreach $tags.tags as $t}}
|
||||
<span class="category label btn-success sm">
|
||||
<span class="p-category">{{$t.name}}</span>
|
||||
{{if $t.removeurl}} (<a href="{{$t.removeurl}}">x</a>) {{/if}}
|
||||
</span>
|
||||
{{/foreach}}
|
||||
{{foreach $tags.tags as $t}}
|
||||
<span class="category label btn-success sm">
|
||||
<span class="p-category">{{$t.name}}</span>
|
||||
{{if $t.removeurl}} (<a href="{{$t.removeurl}}">x</a>) {{/if}}
|
||||
</span>
|
||||
{{/foreach}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue