mirror of
https://github.com/friendica/friendica
synced 2024-11-13 07:13:44 +01:00
add a nofollow to the blocklist export link
This commit is contained in:
parent
ff2af0a2e3
commit
80a897f2f3
|
@ -33,7 +33,7 @@
|
|||
{{/foreach}}
|
||||
</tbody>
|
||||
</table>
|
||||
<p><a href="/blocklist/domain/download"><i class="fa fa-download"></i> {{$block_list.download}}</a></p>
|
||||
<p><a rel="nofollow" href="/blocklist/domain/download"><i class="fa fa-download"></i> {{$block_list.download}}</a></p>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue