diff options
author | friendica <info@friendica.com> | 2014-11-11 15:13:18 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-11 15:13:18 -0800 |
commit | 3fa003b5a889e2565eb64a950afabf5f6e4b3fe8 (patch) | |
tree | 70bff15b4b14aa6397939451a54b5dd2e9e8ecb8 /view/tpl/direntry.tpl | |
parent | d145ef2021da845e257681f1dc93d274d814e90f (diff) | |
download | volse-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-x | view/tpl/direntry.tpl | 2 |
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> |