diff options
author | Thomas Willingham <founder@kakste.com> | 2014-04-18 16:34:48 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-04-18 16:34:48 +0100 |
commit | 4e0b85267aae6aa8c982b56eb7c17ca2dae17f17 (patch) | |
tree | ec6479b8bf68a9049541168b9b3c0493a03b6a4b /view/tpl | |
parent | 59eb3b3351ca38851248aa4b3b072e160dc9555b (diff) | |
download | volse-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')
-rwxr-xr-x | view/tpl/page_display.tpl | 2 |
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> |