diff options
author | friendica <info@friendica.com> | 2013-12-23 15:15:56 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-23 15:15:56 -0800 |
commit | 49d2ada4f893e4de17567b40873b31e5a63ec01e (patch) | |
tree | 82582d27daace801a71c7a69268fe2f357a45a2d /view/tpl/page_display.tpl | |
parent | 63a42480c7eb36bdc8b63b31b2a4d222ba5751cd (diff) | |
parent | f3abd76e04b3a9d5497ed7f9b72ba53a18f436bb (diff) | |
download | volse-hubzilla-49d2ada4f893e4de17567b40873b31e5a63ec01e.tar.gz volse-hubzilla-49d2ada4f893e4de17567b40873b31e5a63ec01e.tar.bz2 volse-hubzilla-49d2ada4f893e4de17567b40873b31e5a63ec01e.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/tpl/page_display.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> |