diff options
Diffstat (limited to 'view/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> |