aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/page_display.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-18 16:14:13 -0700
committerfriendica <info@friendica.com>2014-04-18 16:14:13 -0700
commitb886647429c6b2f65e1a515adc5b2b739df63c27 (patch)
tree5244b287928de79afa3ab454945fb5a2deaef8ec /view/tpl/page_display.tpl
parentae1f9bf1c44cffa00b8aff566eef0f22bc26e720 (diff)
parentfdcb6052fca2a430bec31d31baa9781eba77b7cb (diff)
downloadvolse-hubzilla-b886647429c6b2f65e1a515adc5b2b739df63c27.tar.gz
volse-hubzilla-b886647429c6b2f65e1a515adc5b2b739df63c27.tar.bz2
volse-hubzilla-b886647429c6b2f65e1a515adc5b2b739df63c27.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/page_display.tpl')
-rwxr-xr-xview/tpl/page_display.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/page_display.tpl b/view/tpl/page_display.tpl
index 9b6b182c8..d8175bdd2 100755
--- a/view/tpl/page_display.tpl
+++ b/view/tpl/page_display.tpl
@@ -2,7 +2,7 @@
<div class="generic-content-wrapper" id="page-content-wrapper" >
<h3 class="page-title">{{$title}}</h3>
- <div class="page-author"><a class=="page-author-link" href="{{$auth_url}}{{if $zid}}?zid={{$zid}}{{/if}}">{{$author}}</a></div>
+ <div class="page-author"><a class=="page-author-link" href="{{$auth_url}}">{{$author}}</a></div>
<div class="page-date">{{$date}}</div>
<div class="page-body">{{$body}}</div>
</div>