diff options
author | Thomas Willingham <founder@kakste.com> | 2013-12-23 21:01:49 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-12-23 21:01:49 +0000 |
commit | 9daa6478556acab40958e61df39c1b7a8fc74d55 (patch) | |
tree | 86c47084e7b455582390da34afcff0ba15cd2ffe /view/tpl | |
parent | 4517bdcff1aa75c5389f9fb29947012fca5df4e1 (diff) | |
download | volse-hubzilla-9daa6478556acab40958e61df39c1b7a8fc74d55.tar.gz volse-hubzilla-9daa6478556acab40958e61df39c1b7a8fc74d55.tar.bz2 volse-hubzilla-9daa6478556acab40958e61df39c1b7a8fc74d55.zip |
s/zrl/zid
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 a01bbea35..9b6b182c8 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}}?zrl={{$zid}}{{/if}}">{{$author}}</a></div> + <div class="page-author"><a class=="page-author-link" href="{{$auth_url}}{{if $zid}}?zid={{$zid}}{{/if}}">{{$author}}</a></div> <div class="page-date">{{$date}}</div> <div class="page-body">{{$body}}</div> </div> |