aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/direntry.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-11 15:13:18 -0800
committerfriendica <info@friendica.com>2014-11-11 15:13:18 -0800
commit3fa003b5a889e2565eb64a950afabf5f6e4b3fe8 (patch)
tree70bff15b4b14aa6397939451a54b5dd2e9e8ecb8 /view/tpl/direntry.tpl
parentd145ef2021da845e257681f1dc93d274d814e90f (diff)
downloadvolse-hubzilla-3fa003b5a889e2565eb64a950afabf5f6e4b3fe8.tar.gz
volse-hubzilla-3fa003b5a889e2565eb64a950afabf5f6e4b3fe8.tar.bz2
volse-hubzilla-3fa003b5a889e2565eb64a950afabf5f6e4b3fe8.zip
add some subtle delineation to directory entries, remove forced link on homepage element (SECURITY)
Diffstat (limited to 'view/tpl/direntry.tpl')
-rwxr-xr-xview/tpl/direntry.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl
index 879a168c9..2da920ab1 100755
--- a/view/tpl/direntry.tpl
+++ b/view/tpl/direntry.tpl
@@ -26,7 +26,7 @@
<div class="directory-about">{{$entry.about}} </div>
{{/if}}
{{if $entry.homepage}}
-<div class="directory-homepage">{{$entry.homepage}}<a href='{{$entry.homepageurl}}'>{{$entry.homepageurl}}</a> </div>
+<div class="directory-homepage">{{$entry.homepage}}{{$entry.homepageurl}} </div>
{{/if}}
{{if $entry.kw}}
<div class="directory-keywords">{{$entry.kw}} {{$entry.keywords}}</div>