Remove whitespace from opening HTML tag ending

This commit is contained in:
Hypolite Petovan 2021-05-19 17:47:15 -04:00
commit 8e005f7de2
116 changed files with 415 additions and 415 deletions

View file

@ -22,7 +22,7 @@
{{foreach $users as $u}}
<tr>
<td><img class="avatar-nano" src="{{$u.micro}}" title="{{$u.nickname}}"></td>
<td><a href="{{$u.url}}" title="{{$u.nickname}}" >{{$u.name}}</a></td>
<td><a href="{{$u.url}}" title="{{$u.nickname}}">{{$u.name}}</a></td>
<td>{{$u.email}}</td>
<td>{{$u.deleted}}</td>
</tr>