aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/page_display.tpl
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-04-18 16:34:48 +0100
committerThomas Willingham <founder@kakste.com>2014-04-18 16:34:48 +0100
commit4e0b85267aae6aa8c982b56eb7c17ca2dae17f17 (patch)
treeec6479b8bf68a9049541168b9b3c0493a03b6a4b /view/tpl/page_display.tpl
parent59eb3b3351ca38851248aa4b3b072e160dc9555b (diff)
downloadvolse-hubzilla-4e0b85267aae6aa8c982b56eb7c17ca2dae17f17.tar.gz
volse-hubzilla-4e0b85267aae6aa8c982b56eb7c17ca2dae17f17.tar.bz2
volse-hubzilla-4e0b85267aae6aa8c982b56eb7c17ca2dae17f17.zip
We know why third party zids didn't work now, so don't use hacky
workarounds anymore.
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>