diff options
author | Max Kostikov <max@kostikov.co> | 2019-04-19 23:19:38 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-04-19 23:19:38 +0200 |
commit | 904ae058108412de5e068b02cd45d9b8b4e90e4b (patch) | |
tree | fcd0364b5d5f89766fbbadc52e3f18d0398a631d /view | |
parent | a8fc70a5b92230284084a122f9163c759acd84ee (diff) | |
parent | 54f95389a828c50fb861f5ba2efa5ef569a17647 (diff) | |
download | volse-hubzilla-904ae058108412de5e068b02cd45d9b8b4e90e4b.tar.gz volse-hubzilla-904ae058108412de5e068b02cd45d9b8b4e90e4b.tar.bz2 volse-hubzilla-904ae058108412de5e068b02cd45d9b8b4e90e4b.zip |
Merge branch 'dev' into 'dev'
Add anti SEO link properties in directory listing
See merge request hubzilla/core!1603
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/connection_template.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl index 4543a69d0..a40406d5d 100755 --- a/view/tpl/connection_template.tpl +++ b/view/tpl/connection_template.tpl @@ -43,7 +43,7 @@ {{/if}} {{if $contact.network}} <div class="contact-info-element"> - <span class="contact-info-label">{{$contact.network_label}}:</span> {{$contact.network}} - <a href="{{$contact.recentlink}}">{{$contact.recent_label}}</a> + <span class="contact-info-label">{{$contact.network_label}}:</span> {{$contact.network}} - <a href="{{$contact.recentlink}}" rel="nofollow noopener">{{$contact.recent_label}}</a> </div> {{/if}} </div> |